Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

menu bar nav

menu bar nav

.nav-container{
    max-width:90vw;
    height:100%;
    background-color:yellow;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #menu #bar #nav
ADD COMMENT
Topic
Name
7+3 =