Design comparison
SolutionDesign
Solution retrospective
If there is a better way to do some for the things I did here please mention them.
Community feedback
- @raubacaPosted 9 months ago
Hi Ruben, some observations:
- You don't need to add
<br />
in the HTML to generate spaces, just use the CSSmargin
property. - The title font is different from design, try to adjust the
font-family
andfont-weight
properties. - The selector
.card.one button:nth-child(8)
can be simplified to.card.one button
.
Good job!
Marked as helpful1 - You don't need to add
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