Four card feature section using mobile first approach and grids
Design comparison
Solution retrospective
Any feedback is welcome. Thankyou!
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @arushkumar05,
Congrats on completing the challenge
If you want to center everything in the middle of the page you're just missing one declaration on your body rule
min-height: 100vh;
This will center if vertically. Hope this is helpful.
Marked as helpful1@arushkumar05Posted about 2 years agoHi @hyrongennike , thankyou for your feedback! Will use this for vertically aligning the page in future.
0 - @correlucasPosted about 2 years ago
👾Hi Arush, congrats on completing this challenge!
I saw your solution preview site and I think it's already really good. Here’s some tips for you to improve it:
The box-shadow is a bit too strong, this is due the
opacity
andblur
. The secret to create a perfect and smooth shadow is to have low values foropacity
and increaseblur
try this value instead:box-shadow: 12px 7px 20px 6px rgb(57 75 84 / 8%);
If you’re not familiar to box-shadow you can use this site to create the shadow design and then just drop the code into the CSS: https://html-css-js.com/css/generator/box-shadow/
✌️ I hope this helps you and happy coding!
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