summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/style.css b/style.css
index e69de29..9d4297c 100644
--- a/style.css
+++ b/style.css
@@ -0,0 +1,28 @@
+body {
+ background: #404040;
+ color: white;
+ min-height: 100vh;
+}
+
+span {
+ display:block;
+}
+
+.attr {
+ color:#f080a0;
+ display:inline;
+}
+
+* {
+ font-family: sans-serif;
+}
+
+a{
+ margin: 5px;
+ display: block;
+ color: lightcoral;
+}
+
+li{
+ padding: 5px;
+} \ No newline at end of file