Design comparison
SolutionDesign
Community feedback
- @aykinsancakliPosted 9 months ago
Hello @Ahmed-Mustafa132,
You did a great job on this one! However, there's a small detail that caught my eye.
You can give the main element a border radius instead (giving the left and right containers) to match the design ⬇️
main { display: flex; box-shadow: 5px 5px 31px -18px rgba(66, 68, 99, .5); width: 700px; min-height: 500px; border-radius: 34px; // You can play with this number }
Great work overall and I wish you all the best!
Aykın
0@Ahmed-Mustafa132Posted 9 months agoHi @aykinsancakli Thank you for your feedback I modified my solution and You can take a look to see if this solution is correct or not
1@aykinsancakliPosted 9 months agoHello @Ahmed-Mustafa132,
I think it's looking great now. 🤩
All the best.
Aykın
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