topical media & game development

talk show tell print

basic-web-html-07-ch07-eg24.css / css



  /* Style sheet for margin example  */
  
  body {
     color:#000000;
     background-color:#ffffff;
     font-family:arial, verdana, sans-serif; 
     font-size:12px;}
  
  p {margin-top:40px; margin-bottom:30px; margin-left:20px; margin-right:20px;
      border-style:solid; border-width:1px; border-color:#000000;}
  em {background-color:#cccccc; margin-left:20px; margin-right:20px;}


(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.