Advertisement
Guest User

Icon Font List

a guest
May 14th, 2023
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. @import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
  2.  
  3. body {
  4.     font-family: Verdana, Geneva, Tahoma, sans-serif;
  5.     line-height: 1.5;
  6.     font-size: 18px;
  7. }
  8.  
  9. ul {
  10.     list-style: none;
  11. }
  12.  
  13. .check i {
  14.     color: #2fcc71;
  15.     font-size: 25px;
  16. }
  17.  
  18. .star i {
  19.     color: coral;
  20.     font-size: 25px;
  21. }
  22.  
  23. .contact i {
  24.     color: #3498da;
  25.     font-size: 25px;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement