Advertisement
arie_cristianD

back button css

Apr 25th, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .jeg_nav_item .custom-back-button {
  2.     height: 26px;
  3.     line-height: 26px;
  4.     font-size: 11px;
  5.     letter-spacing: .5px;
  6.     font-weight: 500;
  7.     padding: 0 10px;
  8.     border : none ;
  9.     background : red ; /* change to background color */
  10.     color : #fff ; /* change to text color */
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement