0
My Footer Goes out of container
How to take my footer fit in container ----------------------------- | | | | | | | _____________| | | | | ------------------------------ Want to make a page like this with three div in containers https://code.sololearn.com/WvdqQTxruPM8/?ref=app https://code.sololearn.com/WvdqQTxruPM8/?ref=app https://code.sololearn.com/WvdqQTxruPM8/?ref=app
2 ответов
+ 2
Add
padding:0;
margin:0;
to body css
change nav to
float:right;
+ 1
ChaoticDawg thanks it's working