Now we're getting somewhere

This commit is contained in:
warlordjones
2016-03-17 20:05:15 +00:00
parent 0ddeebf5a1
commit 6a5956964a
2 changed files with 39 additions and 12 deletions

View File

@@ -1,9 +1,15 @@
* {
body {
font-family: 'Raleway', sans-serif;
font-family: 'Raleway', sans-serif;
color: white;
padding: 0px;
margin: 0px;
background-color: #232323
}
body {
background-color: #232323;
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.center {
margin-left: auto;