Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .dropdown-content {
  2. //CSS METODY PRO dropdown-content
  3. }
  4.  
  5. .dropdown-content a {
  6. //CSS METODY PRO a V dropdown-content
  7. }
  8.  
  9. .dropdown-content a:hover {
  10. //CSS METODY PRO a:hover V dropdown-content
  11. }
  12.  
  13.  
  14.  
  15. SE ZAPISUJE V LESS TAKTO:
  16.  
  17. .dropdown-content {
  18. //CSS METODY PRO dropdown-content
  19.  
  20. a {
  21. //CSS METODY PRO a V dropdown-content
  22.  
  23. &:hover {
  24. //CSS METODY PRO a:hover V dropdown-content
  25. }
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement