Design comparison
SolutionDesign
Solution retrospective
hello 👋 coders
please review my challage and feedback will be highly appreciated☺
have a nice day
Community feedback
- @JoannaLapaPosted over 2 years ago
Hi Sudarshan!
My congrats on finished project.
The desktop design looks well and everything works well.
My recommendation is to correct the mobile design for 375px - your card dimansions are bigger than the screen.
Good luck!
Marked as helpful1 - @Sdann26Posted over 2 years ago
Hi Sudarshan!
Some recommendations:
- To the
.buttons
class add the attributeaspect-ratio: 1
so that it takes a size equal is its height and width and shape is circular. - If you want the buttons to be centered I recommend you to place the following attributes to the
.rating-buttons
class:
display: flex; flex-direction: row; justify-content: space-between; margin-top: 1em;
And to the buttons that have the
.buttons
class, remove themargin-top
andmargin-rigtht
.- To the .submit-btn class add the attribute:
text-transform: uppercase; letter-spacing: 0.20rem; and change the width attribute to: width: 100%;
- If you can change the
div
tofooter
of the box that has the class.attribution
.
With this you can improve your design, good luck!
Marked as helpful1 - To the
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