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

All solutions

  • Submitted


    I had a bit of trouble centering the 'you selected # out of 5' text but I don't know why. For the parent I did justify-items: center and I even did justify-self: center on this div but it didn't work. So I resorted to adding a margin which isn't the best practice.

  • Submitted


    Took a while for me to figure out why the same advice was being re-generated but it should work now! I am very much a beginner and this was my first time working with an API. Any advice is much appreciated :)

  • Submitted


    Not exactly the most responsive... I had some issues with the mobile version. I used CSS grid for the layout and '@media only screen and (max-width: )' to create a new stylesheet for mobiles. However, even though I used viewport sizes and overflow hidden, there was still scrolling on the mobile and weird positions for the circles. Any suggestions are appreciated!