How to make <footer> to be full sreen width, without any white space on left, right and bottom? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make <footer> to be full sreen width, without any white space on left, right and bottom?

I think also it should not be something like min-width: 1000px in order it would be looked good on all devices. https://code.sololearn.com/W5ZD58tZwK3p/?ref=app

9th Mar 2021, 10:39 PM
Maxim Cherkasov
Maxim Cherkasov - avatar
2 Answers
+ 2
This might help, position:absolute; left:0px; width:100vw;
9th Mar 2021, 11:12 PM
Abhay
Abhay - avatar
+ 1
Abhay Yes! It works! Thanks a lot!
9th Mar 2021, 11:24 PM
Maxim Cherkasov
Maxim Cherkasov - avatar