• missing xbfish.com image

[CSS] Removing slack space using CSS

missing xbfish.com image

Depending on the browser, there will always be a default 8px margin or padding on either html or body element.

Example as shown below with red arrows:

To remove these so called “slack space”, do the following on your body tag in your CSS stylesheet:

1
2
3
4
html, body{
	margin: 0 auto;
 	padding: 0;
}

This will overwrite the default margin or padding that your browser has set. Now lets see the aftermath:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Spam protection by WP Captcha-Free