Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I still have issue with the visualisation Need to put the visual in centrer (for my next challenge)
What challenges did you encounter, and how did you overcome them?I still have issue with the visualisation Need to put the visual in centrer (for my next challenge)
What specific areas of your project would you like help with?I still have issue with the visualisation Need to put the visual in centrer (for my next challenge)
Community feedback
- @Dev-nbs75Posted 7 months ago
To Put Visual in center
*{ margin: 0; padding:0; box-sizing: border-box; } html, body{ width : 100%; height: 100%; body{ min-height: 100vh; display: flex; OR display: grid; justify-content: center; OR place-content: center; align-items: center; OR place-items: center; }
Hope this helps you ^^
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