better layout

This commit is contained in:
sam
2023-10-20 12:22:01 +02:00
parent ab632adaef
commit 130d3a7dea
2 changed files with 25 additions and 3 deletions

View File

@@ -5,12 +5,16 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
}
html {
background-color: rgb(71, 68, 68);
}
li {
}
div {
color: white;
@@ -98,7 +102,24 @@ div {
float: right;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.button {
background-color: #333;
text-decoration: none;
padding: 14px 16px;
border: none;
font-size: 17px;
color: #f2f2f2;
}
.button:hover {
background-color: rgb(199, 71, 71);
color: black;
text-decoration: none;
padding: 14px 16px;
border: none;
}