Header Height Not Expanding to the Size of Child Elements
Advertisements My header element has no height. I have a navigation bar, like so: nav { display: block; } .main_nav_bar { width: 100%; position: fixed; top: 0px; z-index: 3; } .drop-down-menu { float: right; } .drop-down-button { padding: 15px; font-size: 40px; } .drop-down-content { width: 100vw; } .drop-down-content a { text-align: center; font-size: 200%; }… Read More Header Height Not Expanding to the Size of Child Elements