Pages

29 March, 2024

Use Font Awesome icon as CSS content

I want to use a Font Awesome icon as CSS content, i.e.,

a:before {
content: "...";
}




I know I cannot use HTML code in content, so is it only images left?

No comments:

Post a Comment

Thanks