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

    Recipe Page

    • HTML
    • CSS

    1


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

    I learn a lot about listand table and I'm really happy to discover new way of thinking, thanks to css counter and pseudoclass ::marker.

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

    Table is not really easy to build and to style. I don't know but for me, I think it's a little bit old fashion… It take to much effort for a basic result.

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

    Is there an ohter way to build the table with simplicity?

  • Submitted


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

    I tried to take the comments on my last challenges do to a better solution for this one.

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

    Don't really encounter difficulties for this one.

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

    I don't really understand the need about have larger buttons for the tablet view. I tried to not add size so it will be more responsive and I don't know why but add these sizes make me really uncomfortable. Maybe someone have a better solution to do this kind of tricks?

  • Submitted


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

    I'm really proud of making this challenge without @media (…){…}. I think It will really help me to build better website in the futur. This is a great new way of thinking.

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

    I didn't know about the child size when you use flex-direction:column;. Tanks @gmagnenat for the help about this specific part.

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

    I need to try to use more fluid properties like min-width or min-height and also value en fonction like clamp(…). If you know some good read about it…

  • Submitted


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

    I tried to use gradient background. Because in the Figma file, the background change between desktop and mobile and I tried to make it. I'm pretty happy because gradient was always a little bit scary for me to use.

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

    I will try to have a better html and css structure for the next project. I also want to add some comment to be clear wy I'm doing this way.

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

    I'm not sure to use some unit like I must do. Like, for exemple, rem instead of px or else. DI you know some kind of "good" rules about it?