topical media & game development
basic-web-html-07-ch07-eg21.css / css
the box model
/* Style sheet for boxModel illustration */
body {
color:#000000;
background-color:#ffffff;
font-family:arial, verdana, sans-serif;
font-size:12px;
line-height:24px;}
setting(s)
body, h1, p, img, b {border-style:solid; border-width:2px; border-color:#000000; padding:2px;}
h1, b {background-color:#cccccc;}
(C) Æliens
04/09/2009
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.