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
    cloudpc7 180

    @cloudpc7

    Submitted

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

    I am most proud of the time that it took to finish this project. I believe I need some things to work on as far as making it more responsive.

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

    my challenges for this project is the css with width and height and making it more responsive.

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

    I need assistance with the css of this design. Do I need to fix any of the margins or paddings, height. Is there something I can do better as far as flex layout?

    P
    Ravi Bele 170

    @RaviBele

    Posted

    Hi, your solution looks good, I liked the curves you added.

    Can you try to make it responsive. Use max-width and min-height, it will help your project to become responsive?

    also try to use media queries to fit the content according to screen size.

    in Flex layout, explore flex-direction, flex-wrap, gap properties. it will help you to adjust the content according to screen size.

    0
  • @carloswearsglasses

    Submitted

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

    I would not use percentages for width or height, because it makes the card size all wrong when the browser window is resized!

    P
    Ravi Bele 170

    @RaviBele

    Posted

    Solution looks good, There are few improvements you can try is instead of setting margins in pixel try to set auto for top bottom left right value if want to make the content to center. Try to avoid setting height and width, instead you can try min-height and max-width properties. It will make your content more responsive.

    Keep learning. Thanks

    Marked as helpful

    1