NekoPrincessSheila

div placement

May 13th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. .base {
  2. top: 50px;
  3. width: 1020px;
  4. height: 580px;
  5. position: relative;
  6. border: 0px solid #000;
  7. background: #fff url('http://i1178.photobucket.com/albums/x373/roach42088/vf/cannabis%20cultivation%20div%20overlay_zpsdv1cqcuk.jpg') no-repeat;
  8. }
  9.  
  10. #divbox1 {
  11. top: 70px;
  12. left: 70px;
  13. width: 870px;
  14. height: 60px;
  15. border: 1px solid #000;
  16. border-radius: 0px;
  17. position: absolute;
  18. }
  19.  
  20. #divbox2 {
  21. top: 140px;
  22. left: 210px;
  23. width: 720px;
  24. height: 360px;
  25. border: 1px solid #000;
  26. border-radius: 0px;
  27. position: absolute;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment