Design comparison
SolutionDesign
Community feedback
- @Durban86Posted over 1 year ago
Your background images are not positioned correctly
remove the background images from the wrapper class and add this to the body
body { background-image: url(images/bg-pattern-top-desktop.svg), url(images/bg-pattern-bottom-desktop.svg); background-repeat: no-repeat, no-repeat; background-position: top left, bottom right; }
Also, there is no mobile version, the layout breaks for small screen sizes.
Marked as helpful0@iuliancarnaruPosted over 1 year ago@Durban86 thanks for you suggestions, I added mobile support after
1
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