Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi, how are you?
You did a great job on this challenge, I have some tips that I think you will like: I noticed that the content was not so centered on higher resolutions, I managed to fix it like this:
body { margin: 0 auto; }
I also noticed that the image is lowering as the resolution increases, we can fix it this way:
background-repeat: repeat-x;
doing this it will repeat only horizontally, but for it to be aligned in the center we need to remove the
background-size
The rest is really good!
Hope it helps... 👍
Marked as helpful1
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