Back

dot and tick css

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

ul.tick{ list-style: none;} ul.tick li:before{ font-family: 'Font Awesome 5 Free'; content: '\f00c'; margin:0 5px 0 -15px; color:#1399e1; } ul.tick li{margin-bottom:10px;} .nobullet{list-style: none !important;} ul, ol{margin-left: 30px;} ul.dot{ list-style: none;} ul.dot li:before{ font-family: 'Font Awesome 5 Free'; content: '\f192'; margin:0 5px 0 -15px; color:#1399e1; } ul.dot li{margin-bottom:10px;}