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

social links profile challange

NourGm28 20

@NourGm28

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


What are you most proud of, and what would you do differently next time?

I'm a bit confident with media queries in simple interface ,next time I would try something more complex to improve myself

What challenges did you encounter, and how did you overcome them?

again the media query but I finished it faster this time

What specific areas of your project would you like help with?

I would appreciate any advice to improve coding ,thanks

Community feedback

P
Koda👹 3,810

@kodan96

Posted

hi there! 👋

HTML:

  • for SEO and accessibility manners you need to wrap all of your content into milestones within your body tag. these tags are the header, main and footer HTML tags. for this project, at least use a <main> tag that wraps all your content within the body

  • build up the habit of giving images a descriptive alt attribute

CSS:

  • use relative units instead of pixels for font sizes and any other stuff, use pixels only for the least important properties (like border-radius, etc.)

Hope this helped 🙏

Good luck and happy coding! 💪

Marked as helpful

1

NourGm28 20

@NourGm28

Posted

thanks for the feedback i will try to apply your advice next time coding,thanks again. @kodan96

1
Sushmoy 300

@isushmoy

Posted

Great work on the project! You can make the site look better by playing the entire content at the center of the screen. You can do that by using flex center and margin property I believe.

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