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

  • Knast 20

    @knast

    Submitted

    I am unsure if the card has the correct width and height as well as the fonts have proper sizes.

    adrnmatos 150

    @adrnmatos

    Posted

    Hi. Try putting some right and left padding to the blue container. It should grow to fit both padding and image sizes.

    0
  • adrnmatos 150

    @adrnmatos

    Posted

    It is very good. You can set flex display to bottom-left pane second paragraph and align-item to center.

    0
  • adrnmatos 150

    @adrnmatos

    Posted

    Hello. This way you can center horizontal and vertical dimensions. .card { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

    This is a good resource: https://www.freecodecamp.org/news/css-vertical-align-how-to-center-a-div-text-or-an-image-example-code/

    1