responsive 3-column preview card
Design comparison
Solution retrospective
This is my solution the 3 column preview card. I did not find this difficult. But, as always if you find something i did wrong or just have any general suggestion on how my code could be better please feel free to say so. Constructive criticism is very welcome!
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Michael, congratulations for your new solution!
Your card is really good done, I've checked the media query are working fine and all the cards are really responsive, the only thing to fix is the font-family thats not correct yet.
You've missed the font import, you do this with the information from the file
style-guide.md
to get the names of the font and go to Google Fonts to to the import, for this challenge here's the code:**THIS GOES IN THE HTML HEAD
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@800&family=Lexend+Deca:wght@200&display=swap" rel="stylesheet">
π I hope this helps you and happy coding!
Marked as helpful0
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