There seems to be no class for input type ‘submit’ in font-awesome. Is it possible to use some class from font-awesome for button input? I’ve added icons to all...
  • May 26, 2022
  • 0 Comments
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...
  • May 15, 2022
  • 0 Comments
I have some CSS that looks like this: #content h2 { background: url(../images/tContent.jpg) no-repeat 0 6px; } I would like to replace the image with an icon from Font...
  • May 14, 2022
  • 0 Comments