Answers for "how do i put the nav brand at the center"

CSS
1

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 "how do i put the nav brand at the center"

Browse Popular Code Answers by Language