CSS3/CSS Tutorial
ul, li
hookbox
2014. 9. 17. 19:21
nav ul{
list-style: none;
margin: 0 auto;
}
nav ul li{
float: left;
display: inline;
}