added navbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user