Category Archives: Web Development

Introducing ReStyle: a Minimal CSS Framework

A CSS reset is a stylesheet that clears out inconsistent default styles across browsers. This gives us as developers greater control over the final look of our pages, and forces us to define our own styles, rather than lazily relying on inconsistent browser defaults. If you’re new to the concept of reset stylesheets, Six Revisions [...]