Initial template creation

This commit is contained in:
GitLab
2019-03-06 09:55:04 +01:00
committed by Jason Lenny
commit 2e0dd521b4
4 changed files with 125 additions and 0 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;
}