topical media & game development

talk show tell print

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



  /* Style sheet for ch09_eg07.html */
  
  body {
     color:#000000;
     background-color:#ffffff;
     font-family:arial, verdana, sans-serif; 
     font-size:12px;}
  
  table {width:500px;}
  
  td.leftAlign {text-align:left;}
  td.rightAlign {text-align:right;}
  td.center {text-align:center;}
  td.justify {text-align:justify;}


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