added navbar

This commit is contained in:
asus
2023-12-06 15:45:28 +01:00
parent cf8ec07002
commit 59382b8d21
5 changed files with 37 additions and 63 deletions

View File

@@ -3,11 +3,11 @@ nav {
display: flex;
flex-direction: row;
justify-content: center;
position: -webkit-sticky;
position: sticky;
position: fixed;
top: 0;
background-color: #f6f6f6;
z-index: 1;
width: 100vw;
}
nav a {
position: relative;