Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. div#projects {
  2. float:left;
  3. width:760px;
  4. }
  5.  
  6. div.project {
  7. float:left;
  8. clear:left;
  9. width:735px;
  10. padding:0px 0px 10px 25px;
  11. }
  12.  
  13. div.images {
  14. float:left;
  15. width:468px;
  16. }
  17.  
  18. div.decription {
  19. float:left;
  20. width:240px;
  21. padding:0 0 0 25px;
  22. }
Add Comment
Please, Sign In to add comment