This is what i want to get
This is what i have
This is what happens after i use "<b.r>"
HERE IS HTML CODE
<nav id="nav1">
<ul>
<li><a href="" class="red">NAGRODOWY MODEL GRY PZPN</a></li>
</ul>
</nav>
HERE IS CSS CODE
#nav1 ul
{
display: block;
margin-left: 32%;
list-style: none;
}
#nav1 li a
{
text-align: center;
padding: 10px 9px 10px 9px;
color: white;
font-weight: bold;
font-size: 11px;
}
#nav1 li .red
{
background-color: #91191c;
}


