Design comparison
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi @tbahd, 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 is not in the project, but to fix this we can do the following:
body { background: hsl(225, 100%, 94%) url(/images/pattern-background-desktop.svg); background-position: top; background-size: 100% 50vmin; }
I also noticed that the content is varying a lot in size due to the relative measurement units, to fix this we can do the following:
.container { max-width: 420px; min-width: 280px; }
Add these codes and see the difference!
The rest is great!! Hope it helps... 👍
Marked as helpful0@tbahdPosted about 2 years agoHi @AdrianoEscarabote, hope this meets you well!
I really appreciate you taking note and going through my project. Also appreciate you taking out time to send corrections to me which I have taken note of and implemented.
Thank you so much!
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