topical media & game development
basic-web-html-08-ch08-eg30.css / css
/* Style sheet for floating example */
body {
color:#000000;
background-color:#ffffff;
font-family:arial, verdana, sans-serif;
font-size:12px;
margin:10px;
border-style:solid; border-width:1px; border-color:#000000;}
p {
border-style:solid;
border-color:#000000;
border-width:2px;
padding:5px;
background-color:#FFFFFF;
width:500px;}
.pullQuote {
float:right;
width:150px;
padding:5px;
margin:5px;
border-style:solid;
border-width:1px; }
(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.