Design comparison
Solution retrospective
Was having trouble displaying icons, don't know what the problem was, hoping to get more constructive feedback
Community feedback
- @Ugboaja-UchechiPosted over 2 years ago
Hey @parthib45, nice job on your project. For the icons, I tried using an icon
<i class="fa-solid fa-less-than" style="color: black;background-color: red;"></i>
from fontawewome and then added a cdn link in the head tag and that worked<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
Marked as helpful0
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