Advertisement
Guest User

Jeca

a guest
Jan 19th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.56 KB | None | 0 0
  1. ul{
  2. list-style-type:none;
  3.  background-color:#0000ff;
  4.  padding:0;
  5.  overflow:hidden;
  6. }
  7. body (background-color:#3cb371;
  8. }
  9. li {
  10. float:left;
  11. }
  12. li a{
  13. text-decoration:none;
  14.  display:block;
  15.  color:white;
  16.  text-align:center;
  17.  overflow:hidden;
  18.  width:200;
  19.  padding:12 15;
  20. }
  21. li a:hover{
  22. background-color:white;
  23. color:black;
  24. } .klasa2{
  25. display:none;
  26. color:white;
  27. text-align:center;
  28. position:absolute;
  29. background-color:#0000ff;
  30. } .klasal:hover .klasa2{ display:block; }
  31. .klasa2 li a:hover {
  32. color:#0000ff;
  33. background-color:white;
  34.  
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement