topical media & game development

talk show tell print

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



  /* Style sheet for ch07_eg09.html */
  
  body {
     color:#000000;
     background-color:#ffffff;
     font-family:arial, verdana, sans-serif; 
     font-size:12px;}
  
  td {border-style:solid; border-width:1px; border-color:#000000;}
  td.none {border-style:none;}
  .plain {color:#FF0000;}
  .baseline {vertical-align:baseline;}
  .sub {vertical-align:sub;}
  .super {vertical-align:super;}
  .top {vertical-align:top;}
  .texttop {vertical-align:text-top;}
  .middle {vertical-align:middle;}
  .bottom {vertical-align:bottom;}
  .textbottom {vertical-align:text-bottom;}
  .oneHundredPercent {vertical-align:100%;}
  .fiftyPercent {vertical-align:50%;}


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