summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-10-31 02:57:08 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-10-31 02:57:08 -0400
commitee08cd02833382c2716dbc97e88fc166d9510281 (patch)
treeacec1d3f0c106d4ba6635e67f5bb703ba5265c71 /style.css
parent3ef3c2437a2a12badd8f61ea369f45fdc073002b (diff)
styles
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