div.css-example
{	border:1px dashed black;
	padding:0.5em;
	margin:1em 0.5em;
}

.css, div.css-example
{	color:black;
	background:#DBF7D1
}

.html
{	color:black;
	background:#D1F7DB;
}

.html, .css
{	border:1px dashed black;	
	padding:0.5em;
	margin:0.5em;
	color:black;
}

/*
div.css-example:before 
{content:"xample:";display:block;margin-top:-2em;}*/

.selector {color:#a41;background:inherit;}
.rule, .property     {color:#980;background:inherit;}
div.css-example p:before  {content:"/* ";}
div.css-example p:after  {content:" */";}
