Design comparison
Solution retrospective
Using the given asset font. It works on my end when I preview my app using liveserver but in my uploaded github pages it wont work.
What specific areas of your project would you like help with?The font assets.
Community feedback
- @Grimm-NPosted 14 days ago
Nicely done on the progress! ๐ Keep it up! ๐ปโจ
I have a few little suggestions:
-
Wouldnโt it be nice if the card didnโt cling to the window like a needy ex? ๐ Try adding a little padding or setting the container to 90% or
vh
,vw
units. That way, it adjusts to the screen and keeps some personal space! ๐ -
Reminder: when adding a font with
@font-face
, make sure to specify formats likettf
,woff
,woff2
, etc., for better compatibility! -
Pro tip: itโs recommended to use units like rem, em, %, vh, vw everywhere. It might seem tricky, but hey, calculators are a lifesaver! ๐
Great job!
Marked as helpful1 -
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