Home › Forums › CSS › Basic CSS… HELP! › Reply To: Basic CSS… HELP!
March 7, 2015 at 7:40 pm
#197599
Participant
It’s the 5px margin in this rule that’s creating the gaps :
nav.horizontal li {
float: left;
list-style: none;
padding: 0px;
margin: 5px;
text-align: center;
}