Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I will try new web development tools and frameworks to complete the projects from frontend mentor.io.
What challenges did you encounter, and how did you overcome them?I have some issues in css ans i have cleared it through myself with the help of google.
Community feedback
- @MikoyzskiePosted 8 months ago
- Nice work
- Currently not center though, make sure to add min-height of 100vh to the body element to adjust the height to window size
0@GopihacksPosted 8 months ago@Mikoyzskie yes,The "CSS" property "align-items:center;" weren't work . I don't know why this happening?
0@MikoyzskiePosted 8 months ago@Gopihacks
body { display: flex; justify-content: center; align-items: center; }
you should add
min-height:100vh;
in the body tag0@MikoyzskiePosted 8 months ago@Gopihacks mark as helpful would be much appreciated :D
Happy coding!
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