Guest User

Untitled

a guest
Oct 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .section {
  2. background-color:#eee;
  3. padding:10px;
  4. margin:10px;
  5. width:600px;
  6. clear:both;
  7. overflow:hidden;
  8. }
  9. .w100 {
  10. width:100px;
  11. margin:0;
  12. }
  13. .left {
  14. float:left;
  15. }
  16. .clear {
  17. clear:both;
  18. }
Add Comment
Please, Sign In to add comment