Add some more styles

This commit is contained in:
2021-07-28 15:09:56 +02:00
parent 7a622c5e3e
commit 2da1e15ddf
4 changed files with 48 additions and 5 deletions

View File

@ -1,17 +1,41 @@
body {
background-color: #282828;
color: #ebdbb2;
}
h1 {
color: #ebdbb2;
text-align: center;
font-size: 55px;
margin-top: 10vh;
margin-top: 30vh;
}
p {
color: #ebdbb2;
text-align: center;
font-size: 35px;
margin-top: 4vh;
}
.navbar-top {
overflow: hidden;
background-color: #1d2021;
border-radius: 7px;
}
.navbar-top a {
float: left;
display: block;
background-color: #1d2021;
color: #ebdbb2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar-top a:hover {
background-color: #3c3836;
}
.navbar-top .float-right {
float: right;
}