Design comparison
Solution retrospective
I customized my social profile and learned how to show the picture in a different size and shape from the original.
What challenges did you encounter, and how did you overcome them?I searched and sometimes it's hard to find a solution that fits my problem
What specific areas of your project would you like help with?I'm learning some frameworks and hope I can use some in the next challenge.
Community feedback
- @mkborisPosted 8 months ago
Great job LLL0908 and nice touch with the colors, Just to point out that the
buttons
are supposed to be anchor tagsa
styled liked buttons. Buttons are for events like toggling content or submitting a form and anchors are for navigation. In this case clicking on the link will navigate you to a new page, so you should should use the anchor element and style it like a button. Also,font-size
should be defined inrem
notpx
, this articles explains it better Why font-size must NEVER be in pixelsMarked as helpful0@LLL0908Posted 8 months agoThank you for sharing the tips with me! I get you and agree that the anchor element fits much better in this challenge. I will modify my code and keep your advice in mind in later code.
1@mkborisPosted 8 months ago@LLL0908 You're welcome! I'm glad you found the feedback helpful. Happy coding!
1
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