Barre de navigation : exemple 3

posted in: css | 0

Un background color a été ajouté pour montrer la ligne du lien.

Le code expliqué

<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
</style>
<ul>
<li><span style= »width: 60px; background-color: grey; »><a href= »#home »>Home</a></span></li>
<li><span style= »width: 60px; background-color: grey; »><a href= »#news »>News</a></span></li>
<li><span style= »width: 60px; background-color: grey; »><a href= »#contact »>Contact</a></span></li>
<li><span style= »width: 60px; background-color: grey; »><a href= »#about »>About</a></span></li>
</ul>
<

Un background color a été ajouté pour montrer la ligne du lien.</p>

logowebmaster1