Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I feel like I got the hang of how to make stuff more responsive
Community feedback
- @MikDra1Posted 3 months ago
Hi,
Here are tips from me:
- I highly encourage you to use external CSS file.
- Here is also my solution for centering the card in the middle:
.container { display: flex; place-content: center; min-height: 100vh; }
If this comment was useful please mark it as helpful 💗
Good job and keep going 😁😊😉
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