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

  • ShereenRasheed• 10

    @ShereenRasheed

    Submitted

    what are techniques can I use to build a more responsive design ?

    Rico• 370

    @Shuliii

    Posted

    Hello! Welcome to frontendmentor and congratulations on finishing up your first project. Some suggestion to improve your code:

    For this challenge you want to use the Picture Element. By using this element, you can also save on bandwidth, meaning your content loads faster. Source:

    https://www.w3schools.com/html/html_images_picture.asp

    https://web.dev/learn/design/picture-element/

    Once you fix the image issue, you want to include an Alt text tag with them. Inside that Alt Tag you want to describe what the image is; they need to be readable. Assume you’re describing the image/icon to someone.

    Marked as helpful

    0