Horizontal list using display inline
July 24, 2009
Description
Setting the display property to inline is an alternative to setting the float property to left.
Snippet
li{
display: inline;
margin-right: 20px;
list-style: none;
}
display: inline;
margin-right: 20px;
list-style: none;
}
Post new comment