Made nav header fixed

This commit is contained in:
Fabio Manganiello 2019-05-26 04:02:08 +02:00
parent 01b111f436
commit 197a5805be
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ body {
} }
main { main {
margin: auto; margin: 6rem auto;
} }
a { a {

View File

@ -1,5 +1,10 @@
nav { nav {
margin-bottom: 1.2rem; margin-bottom: 1.2rem;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
opacity: 0.9;
ul { ul {
position: relative; position: relative;