This is the code
<nav class="navbar">
<h1 class="logo">ADVENTURE</h1>
<ul class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="#">Tour</a></li>
<li><a href="#">Explore</a></li>
<li><a href="#">About</a></li>
<li class="ctn"><a href="#">Contact</a></li>
</ul>
</nav>
I tried to make the text color of navbar be #fff(white color)
the h1 changed but the a element doesn’t affected
New contributor
Eman Selo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1