nav buttons

master
Caleb Fontenot 2023-03-06 15:27:18 +07:00
parent c0570b7842
commit ccef003b56
1 changed files with 12 additions and 3 deletions

@ -28,6 +28,17 @@ nav {
padding: none;
}
nav a {
color: #FFFFFF;
text-decoration: none;
border-style: outset;
cursor: pointer;
}
nav a:hover {
border-style: inset;
}
h1 {
background-color: #444444;
padding: auto;
@ -37,6 +48,4 @@ h1 {
padding-bottom: 20px;
}
a {
color: #FFFFFF;
}