html and css

Solution retrospective
what are techniques can I use to build a more responsive design ?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Shuliii
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
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord