Design comparison
Solution retrospective
I try... First challenge that I do.
Community feedback
- @mihaifirstPosted 11 months ago
hey, took a quick look on your code, I think you only need one "margin-bottom " on each box adding 2 "margin-bottom" will not work .
Also in index.html file on line 42 where you have the div with the box3 you can remove the <b></b> tags
Marked as helpful1 - @danielmrz-devPosted 11 months ago
Hey Vini!
Congrats on your first finished project! It looks great!
I have one suggestion:
- Try increasing the
box-shadow blur
a little bit.
You can do that changing this part:
box-shadow: 1px 1px .4em rgba(0, 0, 0, .2);
Try increasing that third number from
.4em
to1em
for example.This will make it looks even closer to the original design!
Other than that, it looks great! Good job!
Marked as helpful1 - Try increasing the
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