Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud that i successfully completed it.
What challenges did you encounter, and how did you overcome them?I had difficulty with almost everything and had to search up most of them.
What specific areas of your project would you like help with?I need help with mainly html portions such as making divs. I dont really understand that part.
Community feedback
- @kiriasruPosted 4 months ago
Nice!!!! You can center the card div by using flexbox :D
- Add some margin-bottom to the <p> tag
- Reduce the size of the <h1> tag
- Try the following css code to center the card div
.main { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
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