basic styling

This commit is contained in:
Gabriele Cirulli
2014-03-05 15:38:29 +01:00
parent f4d95b6672
commit 3403e78c4b
14 changed files with 2088 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
@import "fonts/clear-sans.css";
html, body {
margin: 0;
padding: 0;
background: #faf8ef;
color: #776E65;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
}
h1 {
font-size: 80px;
font-weight: bold;
}
.container {
width: 600px;
margin: 0 auto;
}