79411306

Date: 2025-02-04 10:25:50
Score: 1
Natty:
Report link
ul {
  list-style-type: none;
  padding-left: 10px;
  display: table;
}
ul li{
    list-style: none;
    display: table-row;
}
.product-details-description ul li:before {    
    font-family: 'FontAwesome';
    content: '\f06c';
    margin:0 5px 0 10px;
    color: #34eb64;
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: John