how to set navigation bar in center in html code example
Example: center nav bar css
div#nav{
text-align: center;
}
div#nav ul{
display: inline-block;
}
div#nav{
text-align: center;
}
div#nav ul{
display: inline-block;
}