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


    My 2nd solution to this challenge with fixed few semantics errors and dark/light theme feature. I still need to add feature which will smoothly show and hide answers. If you have any advice about that, or any other feedback you'd like to share, I'd love to hear it. Also let me know how you like color scheme I used in dark mode!

  • Submitted


    I didn't really stick to the original project, imo this one looks a bit better. I'm excited about theme change feature which I have built from scratch. If you have noticed anything, especially about responsiveness or JS code, which colud've been done better - I'd love to hear your tips. Also any feedback about best practices would be appreciated.

  • Submitted


    I had some difficulties with bg-image positioning and I'm not happy with my solution, there must have been an easier, simplier way to do it. Also added switch for changing CSS stylesheets, but it doesn't work properly. any feedback would be welcome.

  • Submitted


    I couldn't figure out how to prevent user from submitting without having rating selected, but I didn't know how to check if rating button is not clicked and display an alert message. Tried also to check if :focus on any button is active and if not, then display an alert, but I couldn't reach it in JS. My next idea was to change buttons into radio inputs, hide them and catch their labels as buttons, but I think a label can't have an active state like :focus so I gave up. Any ideas how to solve the problem? Also any other feedback and advice would be highly appreciated.

  • Submitted


    First challenge done using javascript. Probably it could've been done better, simplier way.. but whatever - I'm just excited about my first ever working script written without anybodys help. Any feedback or advice would be welcome.

  • Submitted


    My first grid layout. Everything seems to be working , but im not happy with messy and chaotic css. Any feedback and advice would be very appreciated.

  • Submitted


    Another challenge trying to improve my css and @media query. I'd love to hear any feedback and advice on this one, but also my other submitted challenges.

  • Submitted


    I didn't like my 1st solution, so I rewrote it. Added variables, media query, tried to not use px units only. It was my 1st attempt to make design responsive and I found it a bit difficult to change image. Solved by making it a background-image to an empty div and changing it by @media, but I'm still unsure about this solution. I'd love to hear any feedback from you.