Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
👾Hello Võ Đức Lợi, congratulations for your new solution!
Your solution is really good, but the background is a bit off, and the component is not centered due the lack of the propert
min-height: 100vh;
in the body. I give also a better position for the background. I did some fixes for you code and you see it below.body { MIN-HEIGHT: 100VH; font-size: 1.8rem; background-image: url(./Resources/images/bg-pattern-bottom.svg), url(./Resources/images/bg-pattern-top.svg); background-repeat: no-repeat; background-position: top 467px left 782px, top -403px left -46px; }
See if works for you now.
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