Guest User

Untitled

a guest
Jan 14th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [...]
  2. <body>
  3. <div id="strona">
  4. <div id="gora"></div>
  5. <div id="foto"></div>
  6. </div>
  7. </body>
  8.  
  9. #strona {
  10. margin: 0 auto;
  11. padding: 0;
  12. overflow: hidden;
  13. background-color: white;
  14. }
  15. #gora {
  16. background-image: url(images/bx_01.jpg);
  17. background-repeat: no-repeat;
  18. background-size: 100%;
  19. }
  20. #foto {
  21. background-image: url(images/bx_02.jpg);
  22. background-repeat: no-repeat;
  23. background-size: 100%;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment