Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi afrad07, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:
Note that at higher resolutions the
background-image
is growing a lot, to avoid this we can make a simple change:@media (min-width: 375px) { body { background-color: hsl(229, 57%, 11%); background-image: url(images/bg-desktop.png); background-size: 100% 50vh; background-position: bottom; } }
The rest is excellent.
I hope you find it useful. 👍
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