
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Lucasmro10<h2>Preparation time</h2> should be inside the corresponding <ul>, and maybe change to h3
I also tried using justify-content: space-between; on the table and I broke my head about it, but I managed to solve it like this
td:first-child { text-align: left; }
td:last-child { /* text-align: center; */ color: var(--Brown-800); }
ignore the comment on td:last-child, I just left it for a test
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