html - navbar and footer when reduce window -


i have problem when reduce window:


enter image description here


this css nav bar , footer

css

    nav{        width: 100%;        max-width:100%;        min-width:1000px;        margin: 0 auto;}      footer {          position: relative;          left: 0;          bottom: 0;          height: 100px;      	text-align:center;      	width:100%;      	max-width:100%;        min-width:1000px;      }

add js.fiddle link see html coding


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -