Answers for "how to display nav horizontally in bootstrap"

CSS
0

navbar bootstrap display items horizontally

.navbar-nav { 
    flex-direction: row;
}
Posted by: Guest on April-19-2021

Code answers related to "how to display nav horizontally in bootstrap"

Browse Popular Code Answers by Language