aboutsummaryrefslogtreecommitdiff
path: root/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'site.css')
-rw-r--r--site.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/site.css b/site.css
new file mode 100644
index 0000000..fae7aea
--- /dev/null
+++ b/site.css
@@ -0,0 +1,39 @@
+html {
+ font-family: sans-serif;
+ color: #333;
+ padding: 0;
+ margin: 0;
+}
+
+body {
+ padding: 0;
+ margin: 0;
+}
+
+main, footer {
+ max-width: 600px;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 1em;
+}
+
+a {
+ color: #07c;
+}
+
+h1, h2 {
+ color: #390;
+}
+
+p, li {
+ line-height: 1.3;
+}
+
+li {
+ margin-bottom: 1em;
+}
+
+footer {
+ border-top: 2px solid #999;
+ color: #999;
+}