landing navbar css patch.
This commit is contained in:
parent
c7f6f59923
commit
2994c95cfc
21
styles/styles.css
Normal file
21
styles/styles.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user