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 feel I have become more familiar with container and card design through practice and can now use 'gap' to set the distance between flex items instead of setting margins individually. Next time, I believe I can think even more about how to handle responsive layouts.

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

    No particular challenges were encountered this time.

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

    I want to know if there's anything I can improve in the current responsive layout. I've only set up two screen sizes, and the visual changes on the screen aren't as smooth as I expected when testing different screen sizes.

  • Submitted


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

    I think I am improving my understanding of using flex to layout elements compared to the last practice. Next time, I should consider more situations in terms of responsive website design.

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

    I struggled with resizing the image initially. However, upon closer examination of the design, I realized that it wasn't resizing the picture but cropping it instead. I then searched online for how to crop images, and things started to go smoothly.

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

    1. I am not sure whether the usage of the CSS "display" attribute is correct, or if I should not declare it as many times as I have done now.

    2. The responsive design using media queries had some sizing issues under 375px. I'm not sure if this is because I didn't style another design or if there's something wrong with my code.

    3. When the screen width becomes 414px, although the card itself has been vertically centered, because of the shadow, the card doesn't appear to be centered. Is there a way to visually center the card with the shadow?

  • Submitted


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

    I can quickly finish the HTML part and move on to the styling part. Next time, I will create a set of variables to help me learn how to build the style library.

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

    I kept trying to center the div element on the webpage because I couldn't get my element to move to the center along the y-axis. So I googled it and finally realized that I need to set the vh if I want to center stuff along the y-axis by asking ChatGPT.

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

    I want to know whether my code is correct and well-organized. Are there any redundancies that can be improved?