I successfully coded a header and navigation bar, but I am struggling with setting up elements like "Contact me" properly.
My goal is to separate them, add icons, and align the text to the right.
I am using Bootstrap 4, but nothing seems to be working, not even in the CSS.
<div class="navbar navbar-top" id="navbar-toolbar">
<div class="container-fluid">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">+97433653399</a style="background-color: #ffff;">
<a class="nav-link" href="#">Contact</a>
<a class="nav-link" href="#">Help</a>
</li>
</ul>
</div>
</div>
Navbar
- Home (current)
- Login
- Register
- Contact us