wnas

CSSquiz

css

Just some CSS3 fun I had this morning on twitter.

h1 ~ div > p span[title^='bo'] strong:last-child {
	color: red;
}

span[title$=foo] strong:first-child {
font-style:italic;
}

span:not([title^='dd']) {
font-size:2em;
}

If you feel like it I would like to see the html in the comments...

← Home