How can i adjust or control the whitegap between two consecutive css styles | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
0
Set body { margin: 0; padding: 0; } in your CSS.
11th Aug 2017, 6:18 AM
CalviÕ²
CalviÕ² - avatar