Advertisement
kobial8

Adding FontAwesome Icon To Before Anything(ul>li item etc)

Nov 23rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. #amenities ul li:before {
  2.   display: inline-block;
  3.   vertical-align: top;
  4.   font-family: 'Fontawesome';
  5.   font-size: 14px;
  6.   color: #98844D;
  7.   content: '\f236';
  8.   margin-right: 6px;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement