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

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

#b {
   float: left;
   width: 30%;
}

#c {
   background-color: fuchsia;
   clear: left;
}

#d {
   float: right;
   width: 30%;
   background-color: blue;
}