Quantcast
Viewing latest article 2
Browse Latest Browse All 5

Answer by Karli Ots for Unwanted spacing between html elements

if you want, you can always CSS your way through it, something like

* { margin:0; padding:0; }

It should reset All elements, after that you define new paddings and margins, which is much easier ;)


Viewing latest article 2
Browse Latest Browse All 5

Trending Articles