Advertisement
Udoro

Active state on one page navigation CSS

Apr 12th, 2022
1,777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. #split_menu a.active {
  2.     color: #41e4ff;
  3.     border-bottom: 3px solid #41e4ff;
  4.     padding-bottom: 0px;
  5.     transition: border-color 0.4s ease;
  6. }
  7.  
  8. #split_menu a {
  9.    
  10.     border-bottom: 3px solid transparent;
  11.     padding-bottom: 0px;
  12.  
  13. }
  14.  
  15. ion-icon {
  16.     visibility: hidden;
  17.     margin-bottom: 2px;
  18.     margin-right: 8px;
  19.     color: hsl(206deg 100% 73%);
  20.     font-size: 20px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement