Design comparison
Solution retrospective
Feedbacks are appreciated
Community feedback
- @HassiaiPosted almost 2 years ago
Use <a href="#" class="ri-facebook-line"></a> for the social media icons instead of <a href="https://www.facebook.com" class="face" target="_blank"><i class="ri-facebook-line"></i></a> to fix the html error issue
There is no need to give the body a width and height values. Give the header a width of 90%, a padding top and bottom values , margin: 0 auto; display: flex; align-items: center; and justify-content: space-between.
There is no need to give the main the sections and the footer a width and height values. Give the sections and footer a padding-top and bottom value.
You forgot to give the list and social media icons in the footer an hover effect.
Use rem or em as unit for the padding , margin, width and preferably rem for the font-size for more on this watch this https://youtu.be/N5wpD9Ov_To
Hope am helpful HAPPY CODING
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