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

  • @ShahbaazX786

    Posted

    Hey, I think you should wrap that image in a div and then set the image width:300px, and wrapper div width:max-content.

    Note that if you decide to use 300px as image size then make the card width double of that.(600px).

    Also use flexbox on card to make the inner 2 divs[1 for image and 1 for right side all content] sit side by side in a row by using (display:flex and flex-direction:row).

    1