Design comparison
SolutionDesign
Solution retrospective
Hello guys,
This is my solution to the challenge, can i get some of your feedback on it please?
Thanks in advanced for your feedback <3
Community feedback
- @LuisJimenez19Posted over 1 year ago
Hello, congratulations on finishing the challenge.
It's perfect, you've got the layout right, one suggestion is better to manipulate the content from its container.
- grid:
body { background-color: hsl(212, 45%, 89%); display: flex; min-height: 100vh; display: grid; place-content: center; }
- flex:
body { background-color: hsl(212, 45%, 89%); display: flex; min-height: 100vh; display: flex; aling-items:center; justify-content:center; }
I hope my contribution is helpful, do not hesitate to ask if you have another question.
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