Answers for "navbar bootstrap display items horizontally"

CSS
0

navbar bootstrap display items horizontally

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

Code answers related to "navbar bootstrap display items horizontally"

Browse Popular Code Answers by Language