Order summary card responsive website using html, flex-box, sass
Design comparison
Solution retrospective
Hello World ! I've just completed a front-end coding challenge from Frontend Mentor.
Any suggestions on how i can improve from front-end devs in my network are very welcome. Thanks!
Community feedback
- @Aadv1kPosted almost 3 years ago
A simple fix in your
body
will be to addbackground-size: 100%;
this will make it so that your background image fills the entire width of the page instead of being its default size. Check out this line on my github and add the changes to Line 42 of your project1@steeven509Posted almost 3 years ago@Aadv1k thank you very much for the feedback , i will modify the code now
0 - @anoshaahmedPosted almost 3 years ago
Hey good job on this challenge! Your report above shows a few issues though:
- wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Read more here - have at least one
<h1>
in your code
Check out my repo for future reference.
Hope this helps :)
1@steeven509Posted almost 3 years ago@anoshaahmed thank you very much for the feedback , i will modify the code now
0 - wrap everything in your body in
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