It’s a good idea to custom set styles for the elements. However, elements are pre-set to certain puddings and margins . So it’s better to reset them. In your css file:
1 2 3 4 5 6 7 8 9 |
* { padding:0px; margin:0px; box-sizing: border-box; } |
What are the options we used inside, you can see in my previous post.