I want to use a Font Awesome icon as CSS content, i.e.,
a:before {
content: "<i class="fa...">...</i>";
}
I know I cannot use HTML code in content
, so is it only images left?
I want to use a Font Awesome icon as CSS content, i.e.,
a:before {
content: "<i class="fa...">...</i>";
}
I know I cannot use HTML code in content
, so is it only images left?