Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud that I have finished this second project by frontend mentor. I take some CSS lessons so that I could finish the next project in no time.
What challenges did you encounter, and how did you overcome them?The challenges that I encountered are that I have problem with layouting and styling the HTML elements, but I overcame with searching in google.
What specific areas of your project would you like help with?Kindly check out my solution and leave a feedback🙏
Community feedback
- @AminpatraPosted 8 months ago
Your solution is very good, but you just have to add height of 100vh to the body and flex or grid to center the card. So it will be like this : body {height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center}
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