I am building a product landing page for freecodecamp and the font awesome icons don’t show in my code. What could i be missing?
I am building a product landing page for freecodecamp and the font awesome icons don’t show in my code. What could i be missing?
I did not import it. Could that be the problem?
Yup. It’s an external library, so you need to include it in your project.
Thanks. Problem solved!.