Add some example CSS

This commit is contained in:
winniehell
2016-07-12 22:46:08 +02:00
parent d396283bb2
commit 364530107f
3 changed files with 33 additions and 1 deletions

24
public/style.css Normal file
View File

@@ -0,0 +1,24 @@
body {
font-family: sans-serif;
margin: auto;
max-width: 1280px;
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
display: inline-block;
font-size: 15px;
padding: 10px;
text-decoration: none;
}
.navbar a:hover {
color: #ffffff;
}