topical media & game development

talk show tell print

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



  /* Style sheet for ch07_eg13.html */
  
  body {
     color:#000000;
     background-color:#ffffff;
     font-family:arial, verdana, sans-serif; 
     font-size:12px;}
  
  p.none {text-transform:none;}
  p.capitalize {text-transform:capitalize;}
  p.uppercase {text-transform:uppercase;}
  p.lowercase {text-transform:lowercase;}
  


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