]> Untitled Git - purplebirdman.git/blobdiff - www/css/index-1.css
Squashed commit of the following:
[purplebirdman.git] / www / css / index-1.css
index f9455810e18276fb5e461a5762a2a87e083e36cb..f4f84ef215cf58a4e0e29bf2932a3a50fa57aa94 100644 (file)
@@ -1,22 +1,36 @@
-body {
-    background: #defcf9;
+a, p, li, h1, h2, h3, h4, h5, h6 {
+    font-family: "Monospace", sans-serif;
+    font-size: 18;
+    color: purple;
 }
 
 }
 
-.card { 
-       background: #cadefc; 
+a {
+    font-size: 24;
+}
+
+li {
+    list-style-type: none;
+}
+
+#title {
+    font-weight: 700;
+    font-size: 70;
+}
+
+.titlecard { 
     width: 512px;
     width: 512px;
-    border-radius: 24px;
-    padding: 8px;
+    border-radius: 16px;
+    padding: 32px;
+    margin:0 auto;
 }
 
 }
 
-.links { 
-       background: #c3bef0; 
-    border-radius: 24px;
-    padding: 8px;
+.card { 
+    border-radius: 16px;
+    padding: 32px;
 }
 
 .link { 
 }
 
 .link { 
-       background: #cca8e9; 
-    border-radius: 24px;
-    padding: 8px;
+    border-radius: 8px;
+    padding: 16px;
+    margin: 16px;
 }
 }