mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-23 06:46:33 +01:00
aboutus.html - Fixed Navbar items link
This commit is contained in:
parent
98361b8877
commit
693f2d9c0d
1 changed files with 7 additions and 4 deletions
11
aboutus.html
11
aboutus.html
|
@ -17,9 +17,11 @@
|
|||
font-family: 'Poppins', sans-serif;
|
||||
background-color: #1b1c1e;
|
||||
}
|
||||
|
||||
.comp-color {
|
||||
background-color: #212226;
|
||||
}
|
||||
|
||||
.nav-radius {
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
|
@ -77,15 +79,16 @@
|
|||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link disabled" href="/products-page.html" aria-disabled="true">Products</a>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="/products-page.html">Products</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/aboutus.html">About Us</a>
|
||||
<a class="nav-link disabled" href="/aboutus.html" aria-disabled="true">About Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="navbar-nav my-2 my-lg-0 text-white">
|
||||
<a href="/LoginPage.html"><button type="button" class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
||||
<a href="/LoginPage.html"><button type="button"
|
||||
class="btn btn-outline-success mt-auto mb-auto mr-3">Login</button></a>
|
||||
<i class="fas fa-shopping-cart mt-auto mb-auto"><span class="ml-2 mt-auto mb-auto">$999</span></i>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue