css

Grid Display With CSS Float Left

  • Posted on: 31 December 2010
  • By: admin

Float left is one of the most interesting property in CSS. By using it we can push the elements to left as far as it can. The float left property can also generate a grid display like below with a very short code.

Item 1
Item 2
Item 3
Item 4
Item 5

Grid display with float left.