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?

    The use of CSS Counters. This is my first ever use and first time learning about them.

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

    The tough part was the styling of the list discs. I used pseudo elements (::before) to achieve the desired styling.

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

    N/A

  • Submitted


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

    The responsiveness of the images. I utilized the `` to achieve the smooth transitions of images between breakpoints, without the need for additional css.

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

    There is a little shift in the right side of the card in desktop version. I reduced it by utilizing grid instead of flex.

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

    Even though I managed to reduce the shift in height of the right side of the card in desktop, the element there does not cover the entire height of the card. I assume the image has some hand in this and I am not sure how to handle it so that both grid items can have the same height.