How can i adjust or control the whitegap between two consecutive css styles | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
0
Set body { margin: 0; padding: 0; } in your CSS.
11th Aug 2017, 6:18 AM
Calviղ
Calviղ - avatar