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

I used HTML, CSS and JavaScript on this responsive project

#bem#tailwind-css#less
Leonard 80

@Leonard-O

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


I would like comments on anything I can work on

Community feedback

@Iamweird2

Posted

Hey, nice work so far, To center the container, add the following to the body:

display: flex; justify-content: center; align-items: center;

then you can remove margin: auto; from the container.

also you can move the attribution all the way down by adding the following:

body{ position: relative; } .attribution{ display: absolute; bottom: 10px; }

1

Leonard 80

@Leonard-O

Posted

@Iamweird2 Thank you so much let me do that

0

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