Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle landing page with a single introductory section

@Reno08-code


Design comparison


SolutionDesign

Solution retrospective


Hi lovely people one question about my code: "Why aren't my social media icons displaying?" thanks

Community feedback

P

@Mitko90

Posted

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

0

@Reno08-code

Posted

@Mitko90 Thanks:)

0
P

@Eileenpk

Posted

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!

Marked as helpful

0

@Reno08-code

Posted

@Eileenpk Hi Eileenpk,thank you very much for you advice:) However, I tried your link but there are only 3 tiny squares showing:(

0

@Reno08-code

Posted

@Eileenpk thank you it's showing now:)! yeah!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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