mirror of https://github.com/E-Almqvist/hsf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
258 B
12 lines
258 B
3 years ago
|
nav {
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
text-transform: uppercase;
|
||
|
text-decoration: none;
|
||
|
font-size: 1.2em;
|
||
|
font-weight:800;
|
||
|
background: lightsalmon;
|
||
|
height: 10vh;
|
||
|
display:flex;
|
||
|
justify-content:space-around;
|
||
|
align-items:center;
|
||
|
}
|