Spaces:
Running
Running
update the bg color for all 4 nav bar buttons . - Follow Up Deployment
Browse files- index.html +4 -4
index.html
CHANGED
@@ -57,10 +57,10 @@
|
|
57 |
<span class="text-xl font-bold text-purple-200">OhamLab</span>
|
58 |
</div>
|
59 |
<div class="hidden md:flex space-x-8">
|
60 |
-
<a href="#home" class="nav-link text-
|
61 |
-
<a href="#features" class="nav-link text-
|
62 |
-
<a href="#create" class="nav-link text-
|
63 |
-
<a href="#pricing" class="nav-link text-
|
64 |
</div>
|
65 |
<button id="mobile-menu-button" class="md:hidden text-gray-600">
|
66 |
<i class="fas fa-bars text-xl"></i>
|
|
|
57 |
<span class="text-xl font-bold text-purple-200">OhamLab</span>
|
58 |
</div>
|
59 |
<div class="hidden md:flex space-x-8">
|
60 |
+
<a href="#home" class="nav-link text-purple-200 hover:text-white font-medium">Home</a>
|
61 |
+
<a href="#features" class="nav-link text-purple-200 hover:text-white font-medium">Features</a>
|
62 |
+
<a href="#create" class="nav-link text-purple-200 hover:text-white font-medium">Create</a>
|
63 |
+
<a href="#pricing" class="nav-link text-purple-200 hover:text-white font-medium">Pricing</a>
|
64 |
</div>
|
65 |
<button id="mobile-menu-button" class="md:hidden text-gray-600">
|
66 |
<i class="fas fa-bars text-xl"></i>
|