topical media & game development
basic-web-html-07-ch07-eg19.css / css
/* Style sheet for example demonstrating adjacent sibling and child selectors */
body {
color:#000000;
background-color:#ffffff;
font-size:12px;}
p {font-family:arial, verdana, sans-serif;}
div>p {border:1px solid #000000;}
p+p+p {background-color:#999999;}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.