Advertisement
fauzanjeg

Example Change Icon

Feb 25th, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. /* Example Change Icon */
  2. .fa-thumbs-o-up:before {
  3.     content: "\f097"; /* Change content value with Unicode */
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement