Skip to content

Commit

Permalink
fixed the Navbar and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
whintzen committed Aug 10, 2020
1 parent edbecdb commit 38b9135
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions searchbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@

<body>
<!-- Nav Bar Section-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<div>
<img class="img-fluid" src="" alt="N0teDr0p">
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container-body">
<a class="navbar-brand" href="#">
<img id="logo" alt="N0teDr0p" src="./images/IMG_1673.jpg" width="25" height="25"> <span>N0teDr0p</span> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
Expand Down

0 comments on commit 38b9135

Please sign in to comment.