Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Recipe Card With Table

kiminimi 30

@kiminimi

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

geomydas 1,060

@geomydas

Posted

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 aswell

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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