only html css and git

Solution retrospective
will do more complex
What challenges did you encounter, and how did you overcome them?read readme files, find task, usefull info from readme
Please log in to post a comment
Log in with GitHubCommunity feedback
- @carodg09
Great job! The colors are looking really close to the original design. One suggestion: you might want to center the entire card vertically by adding these properties to your css:
body, html { width: 100%; height: 100%; }
I noticed that you're trying to use the "Outfit" font, but the link you added points to the Google Fonts preview page, not the actual stylesheet.
To load the font correctly, you should include these links in your <head>:
<link href="https://fonts.googleapis.com/css2?family=Outfit&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap" rel="stylesheet">
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