Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .pojemnik
  2. {
  3. height: 130px;
  4. width: 800px;
  5. padding: 0;
  6. margin: 0;
  7. font-family: Arial, sans-serif;
  8. font-size: 16px;
  9. color: white;
  10. background-color: green;
  11. }
  12. .pojemnik .w_lewo, .pojemnik .w_prawo
  13. {
  14. display: block;
  15. height: 120px;
  16. width:180px;
  17. background-image: url("obrazek.jpg");
  18. }
  19. .w_lewo
  20. {
  21. position: releative;
  22. float: left;
  23. }
  24. .w_prawo
  25. {
  26. position: relative;
  27. float: right;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement