
Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
The biggest problem i had was putting all the content in the center, i did it with display:flex;
in the body, but i dont know if that was the correct solution
and if you have any other suggestion, please tell me
Thanks
Community feedback
- @cambboylePosted 4 months ago
I think display:flex is definitely the right way to go.
I would also make the box shadow a little bit softer, using something like this:
box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05);
1
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