0
How can i adjust or control the whitegap between two consecutive css styles
I use two padding style in my html document but there's a gap b/w them so i just wanna know ist there a way to reduce that gap to 0 because it looks odd
1 ответ
0
Set
body {
margin: 0;
padding: 0;
}
in your CSS.