normalize.css

Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. Only targets the styles that need normalizing…

Setting Rather than Resetting Default Styling

Following the idea of “tweaking” a reset file, I came up with this “base styles sheet”. It sets default styling for many elements, follows a couple of recommendations regarding usability/accessibility, and addresses a few “common issues” as well…

To CSS Reset or Not to CSS Reset

Question: Which Global Reset for CSS Should I Use? The short answer is the simplest one possible. The slightly longer answer is that you should reset some styles, but do so with a good reason. The long answer is that the exact CSS reset you choose will depend on the needs of your design…

Is Your CSS Reset Doing More Harm Than Good?

You know the drill. Code the XHTML. Check. Validate. Check. Start the CSS style sheet with a reset. Che… Hold on there. Before you dump the latest and greatest CSS reset in your style sheet, you might want to think about what those style declarations actually do. If you’re resetting tags that aren’t in your […]

HTML 5 Reset Stylesheet

We’ve had a number of people asking about templates, boilerplates and styling for HTML 5 so to give you all a helping hand and continue on from those basic building blocks that Remy talked about last week, here’s a HTML 5 reset stylesheet for you to take away and use, edit, amend and update in […]

CSS Reset on Google CDN – CSS-Reset.com

CSS-Reset.com provides you with a quick and easy way to include a reset stylesheet. Theres no need to download it everytime you want to use it, or hotlink it off someone elses website. Hosted on Google’s App Engine to offer outstanding speed and stability. Your website will likely be faster as Google’s Content Delivery Network […]

Eric Meyer’s CSS Reset Reloaded

Eric Meyer’s definitive CSS reset stylesheet…