info343/minilabs/2/solution/minilab2-ex3.4.css

/* minilab2-ex3.4.css
   Example solution for Mini-Lab 2
   (partial solution through exercise 3.4)
   INFO 343, Autumn 2012
   Morgan Doocy
*/

#e {
   float: left;
   width: 30%;
   background-color: blue;
}

#f {
   float: left;
   width: 70%;
   background-color: fuchsia;
}