Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. body{
  2. margin: 0;
  3. }
  4.  
  5. #ko{
  6. margin-left: 120px;
  7. }
  8.  
  9. #ko:hover ~ #im{
  10. background-image: url( "kolo.png");
  11. cursor: pointer;
  12. }
  13.  
  14. #kw:hover ~ #im{
  15. background-image: url( "kwadrat.png");
  16. cursor: pointer;
  17. }
  18.  
  19. #im{
  20. width: 188px;
  21. height: 186px;
  22. margin-left: 110px;
  23. margin-top: -40px;
  24. }
  25.  
  26. #n{
  27. color: white;
  28. text-decoration: underline;
  29. width: 100%;
  30. height: 70px;
  31. background-color: gray;
  32. text-align: center;
  33. font-size: 48px;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement