Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Working with tables and structuring a larger card.
What challenges did you encounter, and how did you overcome them?I forgot how to properly center the card and used other solution for reference.
What specific areas of your project would you like help with?How to center a card properly and how to style the bullet points (color). I also am curious how others styled the table at the bottom of the card.
Community feedback
- @geomydasPosted 3 months ago
If you're working with single card projects such as this one. Other examples of single card projects are the blog card, QR code component. You can center it using this code snippet
body { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
You can use the
::marker
pseudo-selector to style the bullets aswell0
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