treehouse : what would you like to learn today?
Web Design Web Development iOS Development

how would you do this?

  • I was trying to put two blocks on the left side of the screen. One on top of the other. LIke a side bar. Two seperate dives. then one content div to the right. So i thought you would have to float all the divs. but it didn't work. So what is the best way to make two divs on the side and one content div in the center?
  • I think the best way is to cluster those two divs into one div, float that to the left and float the main content beside it :)