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 challenges did you encounter, and how did you overcome them?

    It was impossible to stretch the background image to the full width of the viewport when screen size was more than 1440px (the width of the image), without ignoring the aspect ratio. The image was scaled in any case preserving the aspect ratio, but that implied the colored background part of the page being taller and not proportional with respect to the design. The background-size: 100% didn't work in any of its variants, but I found that after converting the image to png, the image could be stretched to full width and fixed height.

  • Submitted


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

    I'm proud of successfully experimenting with grid layout to center the main card in the viewport with top and bottom margins when in Desktop, and disabling all margins in mobile, using only grid layout and media queries.

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

    The most challenging part has been finding a way to shift to the right not only the text of the elements, but also the bullet. If I simply add a padding left on the, the text is spaced from the bullet but the bullet remains in its original position. To solve it, I had to add the left padding to the entire or, nothing changes.

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

    I would like to know if there's a better way to left-align the list indicators to the text of the paragraph above, without resorting to manually add left padding to the entire list element.