Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I will write the html page better
What challenges did you encounter, and how did you overcome them?Centering the elements
What specific areas of your project would you like help with?margining and padding
Community feedback
- @alvarozamaPosted 6 months ago
Three things to note:
- The background color of the page appears to differ a bit from the original. Not a big deal and can be corrected within a single line of code.
- Links to social media sites are maked down with only <p> elements and while visually this accompleshes the task, they're laking anchor elements <a> that direct you to the person's SNSs, rendering the page functionally useless. Just wrap your <p> elements within <a> elements and change the text-decoration property of said <a>s to none.
- Seems like hover and focus states are missing from the code and therefore the social media links are not highlighted when selected/hovered over.
The CSS code looks clean and concise. However, this might be due to there being some missing elements from the HTML.
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