added starting css

merge-requests/1/head
bmatt 2016-04-10 21:46:13 -04:00
parent dd5a221526
commit 2397b8f238
1 changed files with 10 additions and 0 deletions

10
css/style.css Normal file
View File

@ -0,0 +1,10 @@
.title, .text {
text-align: center;
font-family: -apple-system, 'BlinkyMacSystemFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
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));
}