aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..e6fcdd1
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,27 @@
+html {
+ margin: 0;
+ padding: 0 5px;
+}
+
+body {
+ background-color: #fdfdfd;
+ color: #313b45;
+ font-family: sans-serif;
+ font-size: 15px;
+ hyphens: auto;
+ margin: 0 auto;
+ max-width: 900px;
+ padding: 0 5px;
+}
+
+h1 {
+ border-bottom: solid 1px #ccc;
+ font-size: 56px;
+ font-weight: 100;
+ margin-left: -5px;
+ padding-bottom: 20px;
+}
+
+a {
+ color: blue;
+}