diff --git a/css/styles.css b/css/styles.css index 1e9341a..f1668f3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -83,6 +83,13 @@ hr { } /* -------------------------- NAVIGATION START ------------------------- */ +#nav-bar { + position: fixed; + z-index : 4; + width: 100%; + top: 0px; +} + nav .container { padding: 0 !important; margin-top: 0 !important; diff --git a/index.html b/index.html index ee96ed8..612643a 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ -