How to remove white space from left and right side of window? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to remove white space from left and right side of window?

i tried body,div margin:0px; in css and set * to margin:0px auto; padding:0px but space of left & right side is there, how to fix it and set webpage in whole window of Firefox/chrome

22nd Aug 2017, 11:07 AM
Harshu
Harshu - avatar
2 Answers
+ 8
Do you mean a div or the whole page? In the first case maybe you should publish your code, or at least a demo. :) In the second case a normalize, local or CDN, should be enough to be sure you're removing almost all the default settings: https://code.sololearn.com/W62gA7h9nWSy/?ref=app
22nd Aug 2017, 11:27 AM
Maz
Maz - avatar
0
whole page
22nd Aug 2017, 11:35 AM
Harshu
Harshu - avatar