Creating a social link profil using HTML & CSS

Solution retrospective
NONE
What challenges did you encounter, and how did you overcome them?NONE
What specific areas of your project would you like help with?NONE
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Henr1queCruz
Hi there 👋. Amazing work!
I suggest considering the use of flexbox or grid to enhance the responsiveness of the page. Relying solely on
position: absolute
with specific pixel values for positioning elements can result in a static layout.Additionally, there appears to be a misspelling in the class name of the last links group.
Lastly, incorporating pseudo-classes such as
:hover
could enrich the user experience by providing interactive feedback when users interact with the links.Continue the great work! 😊
Marked as helpful
Join 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