Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

vanilla social links page practice

chopipi 90

@turtle-jin

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Please let me know how I can improve, thanks!

Community feedback

Hasnaoui 170

@hasnaoui-zakaria

Posted

Good job in the design but you need to use the :hover effect to change the button properties

1

@aykinsancakli

Posted

Hello @turtlejinjin,

Your solution looks great!

📌 A Couple of suggestions:

  • After <body> tag you can wrap your content inside the <main> tag. The <main> HTML element represents the dominant content of the <body> of a document. This way you are denoting that the part inside the <main> element is the core content of your website.
  • Instead of using generic <div class="container"> you can use <article> element that specifies independent, self-contained content (e.g. product card, a forum post).
  • Those are Semantic HTML elements and they add meaning to content for better understanding by browsers, developers, and accessibility tools, improving overall web page structure and SEO.

Hope this helps, great work overall!

Cheers,

Aykın

0

Please log in to post a comment

Log in with GitHub
Discord logo

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