Add a navigation stylesheet

This commit is contained in:
tijsklaren 2023-01-21 08:52:26 +01:00
parent 24f410686d
commit b8e0036c3f
1 changed files with 18 additions and 0 deletions

18
src/css/nav.css Normal file
View File

@ -0,0 +1,18 @@
header{
background-color: var(--intermate-yellow);
border-bottom: 1px solid grey;
}
header nav{
display: flex;
justify-content: end;
}
header nav div.item{
padding: 8px 20px;
margin: 8px;
color: white;
font-weight: bold;
position: relative;
}