Design comparison
SolutionDesign
Solution retrospective
First draft with HTML and CSS following the video tutorial.
Community feedback
- @Aadv1kPosted almost 3 years ago
Good job on making the card responsive. You should center the
container
using absolute positioning like so --.container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }
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