Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi mohammadT9030, how are you?
I really liked the result of your project, but I have some tips that I think you will like:
1- Page should contain a level-one heading click here
I noticed that the background image is growing a lot at higher resolutions, to fix this we can do the following:
@media screen and (min-width: 850px) body { background-size: 100% 50vmin; }
Doing this the image will be half the height of the screen resolution.
the rest is great!
Hope it helps...👍
Marked as helpful0
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