em Units - The Pitfalls

<html>
   <head>
     <style>
       .emmain{
         position:absolute;
         border-style:solid;
         left:38em;
         top:8em;
         height:21.1em;
         font-size:1em}
        .one,.two,.three{
         padding-top:0.45em;
         border-bottom-width:0.05em;
         height:6.5em;
         background-color:blue}
        .two{
         background-color:green;}
        .three{
         background-color:red;
         font-size:0.8em}
     </style>
   </head>
   <body>
   <div class="emmain">
        <div class="one"></div>
       <div class="two"></div>
        <div class="three"></div>
      </div>
   </body>
</html>
Jump To...

Colophon