Design comparison
Solution retrospective
-No particular difficulty here.
-I'm happy with the result.
What challenges did you encounter, and how did you overcome them?-centering the element is the most part.
-I would think more about which CSS classes to make.
What specific areas of your project would you like help with?-I'm not sure.
Community feedback
- @ydctnrPosted 8 months ago
your solution doesn't show up. But in your css code : h4 { margin-top: 0%; font-family: "Outfit", sans-serif; padding: 30px; font-size: 11px; font-weight: 200; color: Light gray: hsl(212, 45%, 89%); ===>> gives a warning. position: absolute; padding-top: 20%; } you can use: color: lightgray; or color: hsl(212, 45%, 89%);
h2 { margin-top: 0%; font-size: 100%; font-family: "Outfit", sans-serif; font-weight: 380px; padding: 30px; padding-top: 0%; position: absolute; text-align: center; color: Dark blue: hsl(218, 44%, 22%); ====>> gives a warning } good job :)
0
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