Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. .rozmiar
  2. {
  3. height: 100px;
  4. width: 100px;
  5. position: relative;
  6. }
  7. #d1
  8. {
  9. background-color: red;
  10. }
  11. #d2
  12. {
  13. background-color: green;
  14. left: 100px;
  15. }
  16. #d3
  17. {
  18. background-color: blue;
  19. left: 200px;
  20. }
  21. #d4
  22. {
  23. background-color: yellow;
  24. top: -100px;
  25. }
  26. #d5
  27. {
  28. background-color: purple;
  29. top: -400px;
  30. left: 200px;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement