From 96a007eecea9b67ba06d01c8fcdd9c09fc4b43e9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 4 Nov 2025 23:31:01 -0800 Subject: Initial commit --- public/css/style.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 public/css/style.css (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..edc12ff --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,35 @@ +html, body { + font-family: "Helvetica", "Arial", sans-serif; + font-weight: 200; +} + +.full-height { + height: 80vh; +} + +.flex-center { + align-items: center; + display: flex; + justify-content: center; +} + +.position-ref { + position: relative; +} + +.content { + text-align: center; +} + +.links > a { + color: #35157f; + padding: 0 15px; + font-weight: bolder; + font-size: larger; + letter-spacing: .1rem; + text-decoration: none; +} + +.logo { + margin-bottom: 60px; +} \ No newline at end of file -- cgit v1.3-2-g0d8e