Design comparison
Solution retrospective
Do you know how to add the icons from fontawesome.com? If you do, Please, tell me how to do it in the comments below
Community feedback
- @t0ntinPosted almost 2 years ago
Need padding toward the top, on top of the logo image. Remove background-size: cover from the body to fix the background. Make button text bold. Looks really good. I see some things on yours that I missed on mine.
0 - @cmb347827Posted almost 2 years ago
Hi, yes to add fontawesome icons , just add the library link from cdnjs.com within your html head tag:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
And then add the icon <i> tag , of whichever fontawesome icon you want, before or after the html element where you want to insert it ,like so :
<a href='#home'><i class="fa-solid fa-house"></i>Home</a>
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