
Solution retrospective
All Feedbacks are Welcomed
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bogdanpr97
Hi! Looks really good! Good job! What seems to be a litte different is the box shadow. This one should work better: box-shadow: black 10px 10px;
Here is the documentation for box shadow:
Specify a single box-shadow using:
Two, three, or four <length> values.
If only two values are given, they are interpreted as <offset-x> and <offset-y> values. If a third value is given, it is interpreted as a <blur-radius>. If a fourth value is given, it is interpreted as a <spread-radius>.
Yours has a little blur and that comes for the third value and fourth value.
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