Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

pure HTML CSS & JAVASCRIPT

@sudarshan161219

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


hello 👋 coders

please review my challage and feedback will be highly appreciated☺

have a nice day

Community feedback

Joanna 370

@JoannaLapa

Posted

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 helpful

1

@sudarshan161219

Posted

@JoannaLapa thank you

0
Danilo Blas 6,300

@Sdann26

Posted

Hi Sudarshan!

Some recommendations:

  • To the .buttons class add the attribute aspect-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 the margin-top and margin-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 to footer of the box that has the class .attribution.

With this you can improve your design, good luck!

Marked as helpful

1

@sudarshan161219

Posted

@Sdann26

thanks for helpful feedback

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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