transition on service down arrow. highlight service in nav when active
This commit is contained in:
+2
-1
@@ -64,6 +64,7 @@
|
||||
width: 30px;
|
||||
border-left: solid 3px var(--gold);
|
||||
border-bottom: solid 3px var(--gold);
|
||||
transition: .25s ease;
|
||||
}
|
||||
#downArrow:hover {
|
||||
/** border-left: solid 3px var(--gold);
|
||||
@@ -265,7 +266,7 @@
|
||||
|
||||
<nav>
|
||||
<a class="navLink" role="navigation" href="ceramic-coating.html">Ceramic Coating</a>
|
||||
<a class="navLink" role="navigation" href="services.html">Services</a>
|
||||
<a class="navLink" role="navigation" href="services.html" style="color: white;">Services</a>
|
||||
<a class="navLink" role="navigation" href="reviews.html">Reviews</a>
|
||||
<a class="navLink" role="navigation" href="contact.html">About</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user