initial commit

This commit is contained in:
Feross Aboukhadijeh
2016-01-02 16:01:08 +01:00
commit a1d69dbba7
7 changed files with 184 additions and 0 deletions

27
index.css Normal file
View File

@@ -0,0 +1,27 @@
html,
body {
padding: 0;
margin: 0;
}
body {
font-family: -apple-system, 'Helvetica Neue', Helvetica, sans-serif;
}
header {
position: absolute;
width: 500px;
height: 250px;
top: 50%;
left: 50%;
margin-top: -125px;
margin-left: -250px;
text-align: center;
}
header h1 {
font-size: 60px;
font-weight: 100;
margin: 0;
padding: 0;
}