Huddle landing page with a single introductory section

Solution retrospective
Hi lovely people one question about my code: "Why aren't my social media icons displaying?" thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Mitko90
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 helpful - @Eileenpk
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 helpful
Join 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