Change navbar look
This commit is contained in:
parent
6b2ea2365b
commit
47528bb874
10
style.css
10
style.css
@ -42,21 +42,23 @@ header h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
background-color: #002b36;
|
background-color: #eee8d5;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 6px 0;
|
padding-top: 7px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-top: 1px solid;
|
||||||
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > a {
|
nav > a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
padding: 8px 10px;
|
padding: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav > a:hover {
|
nav > a:hover {
|
||||||
background-color: #073642;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user