Web-Graphics

html


<div id="example">Web-Graphics</div>

css


#example {
	font-family: Verdana;
	font-size: 1.6em;
	font-weight: bold;
	color: #c60;
	}
div[id=example] {
	color: #000 !important;
	}
#example:after {
	content: 'Web-Graphics';
	color: #c60;
	display: block;
	text-indent: -0.1ex;
	margin-top: -1.3em; 
	}