Design comparison
Solution retrospective
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
- @isushmoyPosted 5 months ago
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.
Marked as helpful1 - @kodan96Posted 5 months ago
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 thebody
-
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 helpful1@NourGm28Posted 5 months agothanks for the feedback i will try to apply your advice next time coding,thanks again. @kodan96
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