topical media & game development

talk show tell print

basic-web-html-08-ch08-eg17.css / css



  /* Style sheet for ch09_eg17.html */
  
  body {
     color:#000000;
     background-color:#ffffff;
     font-family:arial, verdana, sans-serif; }
  
  table {
     background-color:#d6d6d6;
     width:350px;
     border-collapse:separate;
     empty-cells:hide;}
  
  td {padding:5px;
     border-style:solid;
     border-width:1px;
     border-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.