Design comparison
Solution retrospective
Check out my work and rate me please
Community feedback
- Account deleted
Hi there π
Congratulate on finishing your project π. You did a great job π‘
I give some suggestions to help you take your project design to the next level ππ
- Change that background color to
E6EFF6
- Remove the box shadows from all 3 boxes
- Then put all boxes into one div inside the wrapper. Add box-shadow to it, add some border-radius and put it to the center of the page
Happy coding β
Maqsud
1 - Change that background color to
- @GitHub-dev12345Posted almost 3 years ago
In style.Readme file have a background colour. Check the background and apply in your project. π
0 - @GitHub-dev12345Posted almost 3 years ago
Congratulation Nice Work Keep it up ππ
Used this code want your card in center position :
in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }
in Card Design CSS Code used this property: align-self: center;
used this CSS Property in your card to increase and decrease the size of card:
1.In Card design CSS Code Used this:
transform : scale(0.8); this property decrease the size of card. π
large size for increase the number of scale & small size for decrease the number of scale
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