tei123

csslukasz

Jun 9th, 2016
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #box
  2. {
  3.  
  4. width: 100%;
  5. height: 100%;
  6. }
  7.  
  8. #top
  9. {
  10. background-color: black;
  11. width: 100%;
  12. height: 30%;
  13. }
  14.  
  15. #img
  16. {
  17. position: relative;
  18. top: 20px;
  19. left: 60px;
  20. height: 130px;
  21.  
  22. }
  23.  
  24. #mid
  25. {
  26. position: absolute;
  27. background-color: gray;
  28. width: 99%;
  29. height: 99%;
  30. }
  31.  
  32. #zdj
  33. {
  34. float: right;
  35. position: relative;
  36. background-color: gray;
  37. height: 500px;
  38. }
  39.  
  40. #menu
  41. {
  42.  
  43. }
Add Comment
Please, Sign In to add comment