CSS: Useful CSS Snippets - Sandbox template
When I'm working on an advanced CSS issue and want to get grounded I'll break out a concept or two into its own file for testing.
INSTRUCTIONS: Copy and paste the code below into it's own .html file. I know, I know... don't ever deploy this crappy code into production, it's just a quick and dirty sandbox to validate a little CSS in your HTML.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>SANDBOX</title>
<style type="text/css">
/*CSS rules go here! */
</style>
</head>
<body>
</body>
</html>