Design comparison
SolutionDesign
Solution retrospective
Feel free to give me any tips on my code! Thanks!
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hello Douglas Barcelos, 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 breaking at higher resolutions, to fix this we can do it in two different ways:
This one:
body { background-size: 100% 50vmin; }
Or this one:
body { background-repeat: repeat-x; }
the rest is great!
Hope it helps...👍
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