Design comparison
Solution retrospective
This is my third challenge, is there anything I could improve? What other challenge I should try to attempt?
Community feedback
- @correlucasPosted about 2 years ago
👾Hello again Gabi, congratulations for your new solution!
Your solution seems already great, you can improve some details:
The shadows you've used are too evident, the secret to create a smooth shadow you need to give it less
opacity
and moreblur
here’s a good value for this shadowbox-shadow: 2px 5px 13px 4px rgb(0 0 0 / 4%);
Create better
box-shadow
using this online tool: https://www.cssmatic.com/box-shadow👋 I hope this helps you and happy coding!
Marked as helpful0 - @DavidMorgadePosted about 2 years ago
Hello Gabi, congrats on finishing the challenge, really impressive because this challenge is supposed to be a grid challenge and you managed to complete it with flexbox! great job
To answer your question, if you want to practice your layout skills with some javascript and data request, you have decent challenge that can help you improve a lot! the time-tracking-dashboard, with this one you will get to set a decent grid / flex layout along with data fetching and different styles!, I encourage you to try it.
Hope my answer helped you!
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