Beginnings of new site

This commit is contained in:
warlordjones
2016-03-15 22:41:05 +00:00
parent 03ef387c46
commit 0ddeebf5a1
8 changed files with 258 additions and 338 deletions

11
css/main.css Normal file
View File

@@ -0,0 +1,11 @@
* {
font-family: 'Raleway', sans-serif;
color: white;
}
body {
background-color: #232323;
}
.center {
margin-left: auto;
margin-right: auto;
}