Was having trouble displaying icons, don't know what the problem was, hoping to get more constructive feedback
Ugboaja Uchechi
@Ugboaja-UchechiAll comments
- @Parthib45Submitted over 2 years ago@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 - @SamadeenSubmitted over 2 years ago
Any tips on improving the Footer Section will be appreciated
@Ugboaja-UchechiPosted over 2 years agoHi Abdul, great work on your project your site looks great. For the footer section, you can try giving it a height or you can also give the div with a class of attribution some padding.
Also, the
div with a class of build
that houses the Ready to build your community while in tablet view it is more to the right and it's a little squished you can try removing this:width: 50%;
top: -5rem;
left: 18.5rem;
Marked as helpful0