Guest User

Untitled

a guest
Jan 16th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .td-header-style-4 .sf-menu li a:before{
  2. background-color: transparent;
  3. content: '';
  4. width: 0;
  5. height: 3px;
  6. position: absolute;
  7. bottom: 0;
  8. left: 0;
  9. right: 0;
  10. margin: 0 auto;
  11. -webkit-transform: translate3d(0, 0, 0);
  12. transform: translate3d(0, 0, 0);
  13. -webkit-transition: width 0.2s ease;
  14. transition: width 0.2s ease;
  15. }
  16.  
  17. body .td-header-style-4 .sf-menu li:hover a:before{
  18. background-color: red;
  19. width: 100%!important;
  20. }
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment