How to align my before elements from text?
ul li { .source_sans_reg(); font-size: 18px; list-style-type: none; } ul .li_1::before { content: url(../Img/device/Cup.png); } ul .li_2::before { content: url(../Img/device/Mouse.png); } ul .li_3::before { content: url(../Img/device/Energy.png); } ul .li_4::before { content: url(../Img/device/Speedometer.png); } } <ul> <li class="li_1">Awesome design</li> <li class="li_2">Fully responsive</li> <li class="li_3">Retina ready</li> <li class="li_4">Tons of features and easy to use</li> </ul>