Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. .minden{
  2. background-image: url("fru2.png");
  3. width: 820px;
  4. height: 600px;
  5. margin-left:auto ;
  6. margin-right: auto;
  7.  
  8. }
  9. #jahoda{
  10. top: 25%;
  11. left:40%;
  12.  
  13. }
  14. #kiwi{
  15. left:40%;
  16. top: 50%;
  17. }
  18. #peach{
  19. left: 40%;
  20. top: 40%;
  21. }
  22. #ananas{
  23. left: 40%;
  24. top: 60%;
  25. }
  26. #jahoda_list{
  27. left:72%;
  28. top:55%;
  29.  
  30. }
  31.  
  32. .marker{
  33. position: relative;
  34. width: 10px;
  35. height: 10px;
  36. background-color: black;
  37. border-radius: 50%;
  38. }
  39. .informacie{
  40. visibility: hidden;
  41. background-color: gray;
  42. width: 100px;
  43. margin-left: 20px;
  44.  
  45. }
  46. .marker:hover .informacie{
  47. visibility: visible;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement