Answers for "can i make a nav bar html in the middle of the page"

CSS
3

center nav bar css

div#nav{
  text-align: center;
}
div#nav ul{
  display: inline-block;
}
Posted by: Guest on March-18-2021

Code answers related to "can i make a nav bar html in the middle of the page"

Browse Popular Code Answers by Language