Design comparison
SolutionDesign
Solution retrospective
Please review, I would be happy to read and make changes
Community feedback
- @legion40216Posted about 2 years ago
The background image should be place in the background of the body through CSS and not by using the image tag. You can do this by using
background-image:url()
property on the body using CSS. Then use flexbox to center themain
element in the middle of the page.1@ItsWachiraPosted about 2 years ago@legion40216 Hey, thanks for the feedback. I really appreciate it.
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