landing navbar css patch.

This commit is contained in:
sweatshirt0 2023-02-20 16:38:41 -05:00
parent c7f6f59923
commit 2994c95cfc
1 changed files with 21 additions and 0 deletions

21
styles/styles.css Normal file
View File

@ -0,0 +1,21 @@
body {
font-family: monospace;
}
.nav-wrapper {
background-color: blue;
padding: 15px;
}
.nav-wrapper a {
color: #fff;
text-decoration: none;
margin-left: 15px;
margin-right: 15px;
font-size: 1rem;
}
.nav-wrapper a:hover {
cursor: pointer;
text-decoration: underline;
}