How can i adjust or control the whitegap between two consecutive css styles | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

11th Aug 2017, 5:46 AM
Nishant
Nishant - avatar
1 Antwort
0
Set body { margin: 0; padding: 0; } in your CSS.
11th Aug 2017, 6:18 AM
Calviղ
Calviղ - avatar