Design comparison
Community feedback
- @rodolfohgcPosted 13 days ago
Your design closely resembles the preview; however, I recommend centering the card and slightly expanding the spacing to align with the container's height. Employing font variations could enhance the similarity. Moreover, instead of an <h2> element, consider using an <h1> since it is the primary and sole heading on the page.
1@rodolfohgcPosted 11 days ago@Raymond023, you can implement '@font-face' to utilize the font variations from 'assets/fonts/static'. Incorporate this into your stylesheet: "@font-face { font-family: 'Inter Bold'; src: url('assets/fonts/static/Inter-Bold.ttf') format('truetype'); font-style: normal; }"
Then, assign it to your elements using 'font-family: "Inter Bold";'.
1
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