summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style.css35
1 files changed, 35 insertions, 0 deletions
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