Guest User

Untitled

a guest
Nov 18th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. html {background: yellow;}
  2.  
  3. body {width: 550px; margin: 0 auto;
  4. background: #466}
  5.  
  6. div#box1 {float: left; height: 220px; width:120px;
  7. background: #ddd; padding: 0 5px 0 5px}
  8.  
  9. div#box2 {float: left; height: 220px; width:120px;
  10. background: #dde; padding: 0 5px 0 5px}
  11.  
  12. div#box3 {float: left; height: 220px; width:120px;
  13. background: #ddf; padding: 0 5px 0 5px}
  14.  
  15. div#box4 {clear: left; height: 220px; width:120px;
  16. background: #dd3; padding: 0 5px 0 5px;}
  17.  
  18. div {background: yellow; heightx: 10px; xwidth: 10px;}
  19.  
  20. div#p {font-family: "arial"; font-size: 16px; background: cyan;}
  21.  
  22. div p {color: grey; font-family:verdana; font-size: 14px;}
  23.  
  24. div#box5 {float: left; height: 220px; width:120px;
  25. background: #dd9; padding: 0 5px 0 5px;}
  26.  
  27. .blok {width: 40px; height: 40px; background: blue; float: right;}
Add Comment
Please, Sign In to add comment