Design comparison
Solution retrospective
I used basic React for this project. :)
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Terrence, I checked your work and your design responsiveness. I have some suggestions for you.
-
I saw that your background image is not in centered position and In your code I found you have used
background-size: cover;
So instead of cover usebackground-size: contain;
in order to make your background centered position. -
I checked your design responsiveness, But first let me tell you, you have used the desktop background as your mobile background and you need to add in media query that, if media query reach at certain point where mobile screen-width starts then change the background image and use mobile version image.
Overall I would say Good, but needs more practice. I hope you understand.
Good Luck
Marked as helpful1@TerrenceArceoPosted almost 3 years ago@skyv26 Oh no!! it's totally fine! This helps me a lot thank you so much for your criticism!! I would def try these suggestions you gave me! <3
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