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

  • Alex• 100

    @Alex6pc

    Submitted

    Hello guys. I couldn't insert the corresponding image for mobile. I tried through CSS with url() but doenst work for me. If you have any advice i will appreciate it.

    Alex

    (just inserted the main photo inside html with img)

    Joseph Benavides• 210

    @Joseph-Benavides

    Posted

    Hey there Alex, great work on your card component, I have a few tips for you that could help out!

    To make the layout more responsive you can remove the min-width that you have set on the body.

    Instead of using a <picture> element use a <div> or <img> element instead.

    To insert the corresponding image for mobile, have it set up in your html and in css display it as none, then in your media query set the display as unset, and set the width and height to your liking!

    Marked as helpful

    1