Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I was able to get the work done before I realized. I would change some of the colors next time.
What challenges did you encounter, and how did you overcome them?The positioning of my image.
I used height, width and border-radius to overcome it.
What specific areas of your project would you like help with?Image positioning and media query.
Community feedback
- @MtrxxoPosted 6 months ago
Hello 👋, your code is So Nice...
Let me give some tips, To center the card Try creating a container by using a div and placing the card inside it and style it as follows:
.card-container{ display: flex; justify-content: center; align-items: center; 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