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


    What are you most proud of, and what would you do differently next time?

    I'm really proud of that this multi-step form is created with only pure css, without a line of js code. I know this isn't the correct approach for more complicated and bigger projects but I challenged myself and I've learnt a lot from it.

    I know that the css is very messy, some parts lost their reusability, maybe I will refactor it some day, but for now, I'm happy with this.

    What challenges did you encounter, and how did you overcome them?

    This CSS-only challenge was not easy there were many difficulties. I used a lot of hidden (appearance: none) checkboxes and radio buttons to be able to step between the steps.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I like the custom radio buttons which are created only using css. The actual input type="radio" is hidden, the visible button is created with ::before.

    What specific areas of your project would you like help with?

    I'm not sure if the calculation is correct, but the result is the same with the example values. Please help correcting the algorithm if it's incorrect.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I think the 3d card flip animations are quite cool, they were a bit tricky to do. And the background stars are moving, it gives more life to the page. The remaining time can be easily changed by editing the remaining array.

    What challenges did you encounter, and how did you overcome them?

    Recreating the shape of the cards was an exciting challenge but I could achive it with clip-path and mask. The 3d flip effect was tricky too, they are solved with rotateY() and animation.