Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>
<!------------ NAVIGATION START ------------>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<nav id="nav-bar" class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="index.html"
><img src="./img/logo/logo.png" alt="P2P Hacker Club logo"
Expand Down Expand Up @@ -51,8 +51,9 @@
</div>
</div>
</nav>

<!------------ NAVIGATION END ------------>

<br><br><br>
<!------------ SLIDE SHOW START ----------->
<div class="container">
<h1 class="text-left">Slide Show Beautiful Space</h1>
Expand Down Expand Up @@ -244,4 +245,4 @@ <h2>Hacktoberfest</h2>
crossorigin="anonymous"
></script>
<script src="./js/scripts.js"></script>
</html>
</html>