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 comments

  • P
    hdgrid 40

    @hdgrid

    Submitted

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

    I made the layout as a flex layout and learned more about nesting different flex containers together. It was pretty interesting to do it and get it to work, but I feel like it could have been simpler with grid.

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

    I had a lot of problems with making the layout responsive. I learned quite a bit about positioning and the way it works, but honestly, I kind of felt like I brute-forced my way through it rather than implementing a well-written solution.

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

    I'd like suggestions on how the responsiveness could've been handled differently.

    kerekiwere 350

    @kerekiwere

    Posted

    For better responsiveness, use max-width instead of fixed widths. This approach allows elements to scale down appropriately as the viewport size decreases. Otherwise, great job! 👍

    0
  • @Swanpyaethewalker

    Submitted

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

    I am proud of completing this project within an hour and still wanna do different challenges with css.

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

    The responsive image sizes and changing content of image on mobile view

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

    Any suggestions to be improved always warmly welcome

    kerekiwere 350

    @kerekiwere

    Posted

    Your @import rule was ignored because it wasn't defined at the top of the stylesheet. Otherwise, great job! 👍

    Marked as helpful

    1