Huddle landing page with a single introductory section
Design comparison
Solution retrospective
Hi lovely people one question about my code: "Why aren't my social media icons displaying?" thanks
Community feedback
- @Mitko90Posted almost 2 years ago
You need a
<link>
tag in the<head>
of your<html>
Check out your Ping-single-column-coming-soon-page submission, you have them there
Marked as helpful0 - @EileenpkPosted almost 2 years ago
Hi Reno08-code! your project looks great, and the social icons might not be displaying because the Font Awesome icon library has not been properly linked to the HTML file. To use Font Awesome icons, you need to link the Font Awesome stylesheet to your HTML file in the head section. Here's how you can do it:
<head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" /> </head>
This code will link the Font Awesome stylesheet from the CDN (Content Delivery Network) to your HTML file.
Hope you found this helpful!
- Let's connect on LinkedIn! - @Eileenpk
Marked as helpful0@Reno08-codePosted almost 2 years ago@Eileenpk Hi Eileenpk,thank you very much for you advice:) However, I tried your link but there are only 3 tiny squares showing:(
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord