Guest User

capitalize product title on cards

a guest
Aug 4th, 2024
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. <style>
  2.   .card__information .card__heading .full-unstyled-link {
  3.       text-transform: uppercase;
  4.   }
  5. </style>
Advertisement
Add Comment
Please, Sign In to add comment