Design comparison
Solution retrospective
Any feedback is welcomed. Thanks in advance
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Richmond, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
I noticed that the background image was breaking down, to fix this we can do the following:
body { background-image: url(./images/pattern-background-desktop.svg); background-position: top; background-repeat: no-repeat; background-size: 100% 50vmin; }
I noticed that you had used the image of the mobile version, we can make this change in lower resolutions using a media query.
The rest is great!! Hope it helps... 👍
0@xtoby-1Posted about 2 years ago@AdrianoEscarabote I am good and I hope that you are good too. Thanks for your feedback.
0
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