CSS Multiple Floating


/ Published in: CSS
Save to your folder(s)

Multiple CSS floating of DIV's tags


Copy this code and paste it in your HTML
  1. #multiple-floating{
  2. width:200px;
  3. height:auto;
  4. float:left;
  5. display:block
  6. }

URL: http://f3webdesign.com/blog/tutorials/css-float-tricks/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.