So after struggling with absolute positioning, i finally came across the following.
* { padding:0; margin:0; }
Above removes the differences, apparently caused by different theories on when there is a margin or not…
So after struggling with absolute positioning, i finally came across the following.
* { padding:0; margin:0; }
Above removes the differences, apparently caused by different theories on when there is a margin or not…