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

  • @kestsaurav21

    Posted

    Your code looks well-structured and responsive. The card seems slightly bigger than on Figma. A few suggestions: Try to use Flexbox or Grid. Include an alt attribute for the image to enhance accessibility and SEO. You are using <div> elements for the main structure. consider using more semantic elements like:

    <main> for the main content block instead of the outermost <div>. <section> to wrap the inner content.

    Marked as helpful

    1