Premium Only Content

Learn CSS: Simple Navigation Bar in CSS | Day 17 |
Visit - www.skyhighes.com
Simple Navigation Bar with CSS
Here's a simple navigation bar with CSS:
HTML:
HTML
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
Use code with caution. Learn more
CSS:
CSS
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
background-color: #f1f1f1;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav li {
display: inline-block;
margin: 0 10px;
}
nav a {
color: #333;
text-decoration: none;
padding: 5px 10px;
}
nav a:hover {
color: #000;
background-color: #ddd;
}
Use code with caution. Learn more
This code will create a horizontal navigation bar with three links: Home, About, and Contact. The navigation bar will be displayed across the full width of the browser window, with the links centered and spaced evenly. Hovering over a link will change its color and background color.
Here are some ways to customize this code:
Change the background color and font color of the navigation bar.
Add a border to the navigation bar.
Change the font family and size of the links.
Add a hover effect to the entire navigation bar.
Use font-awesome icons for the links.
Make the navigation bar responsive to different screen sizes.
-
LIVE
SpartakusLIVE
15 hours ago24 HOUR STREAM w/ The MACHINE on Verdansk
1,360 watching -
4:34:57
SoundBoardLord
6 hours agoR.E.P.O. Thriller Thursday with Friends!! ROUND 2
23.6K2 -
2:08:13
BrancoFXDC
4 hours ago $4.19 earnedBack to VERDANSK We Go!
25.9K -
5:03:10
Pepkilla
8 hours agoTime to Party Verdansk
19.1K4 -
4:55:48
iCheapshot
5 hours ago $5.90 earnedWhere We Landing Boys! | Warzone Verdansk is Back Yeerrr
50.9K3 -
1:11:15
Savanah Hernandez
7 hours agoIt’s Time To Start Asking Hard Questions: Where Are The Arrests?
59.2K115 -
2:57:33
TimcastIRL
6 hours agoTrump Tariffs Spark Global PANIC, Countries BEG Trump, CAVE To His Demands | Timcast IRL
211K189 -
1:37:16
Roseanne Barr
8 hours ago $29.99 earnedThe Man Who Saved America | The Roseanne Barr Podcast #93
89.7K49 -
10:49:37
Dr Disrespect
15 hours ago🔴LIVE - DR DISRESPECT - WARZONE - OG VERDANSK
231K29 -
16:38
T-SPLY
11 hours agoDemocrats Are At President Trump For "Liberation Day"
30.6K23