Huddle-Landing-Page || Build with Flexbox & Css Grid
Design comparison
Solution retrospective
Hello there 👋👋 While building, I couldn't figure out the exact bg-color for the body and also the cards, and for that reason, the border-radius and box-shadow properties are not visible on my solution.
Any feedback on how to improve this solution will be helpful. Thanks. 👍👍.
Community feedback
- @DrMESAZIMPosted over 2 years ago
hi
ErnestIn response to your request . I did some work please consider adding this CSS style in your style.css file
-
Firstly I must say the content was difficult to read with my eyes so I added on line 25
body{font-weight: 800;}
-
secondly to make my box shadow visible I added line 239
.card{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
line 240
.footer-card-body { box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
Marked as helpful0@gbabohernestPosted over 2 years ago@DrMESAZIM
thank you for the tip. It did work. 👍👍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