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

  • @tunabearfish

    Submitted

    I had trouble getting my summary section, had to play around more, I think there are more efficient ways of doing this, but this was what I was able to do

    kore4lyf 120

    @kore4lyf

    Posted

    Hello, there I'll suggest you use display: grid and place-content: center on your body to center your container on the page.

    0
  • kore4lyf 120

    @kore4lyf

    Posted

    Hello, I'll suggest you look into aspect-ratio, object-fit and object-position to help you size and position your image properly.

    Marked as helpful

    0
  • kore4lyf 120

    @kore4lyf

    Posted

    Well done👏

    You can improve your design by:

    1. Make the container's height to fit its content by setting it height to fit-content.
    height: fit-content;
    
    1. Apply a shadow to the container with box-shadow. So that there can be a little bit of contract between the container and the background.

    I hope you find these suggestions helpful...

    0