topical media & game development

talk show tell print

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



  /* Style sheet for table example */
  
  body {
     color:#000000;
     background-color:#ffffff;}
  
  h1 {font-size:18pt;}
  
  p {font-size:12pt;}
  
  table.one {border-collapse:collapse;}
  table.two {border-collapse:separate;}
  
  td.a {border-style:dotted; border-width:3px; border-color:#000000; padding:10px;}
  td.b {border-style:solid; border-width:3px; border-color:#333333; padding:10px;}
  


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