
@media query, responsive image, flexbox
Design comparison
Solution retrospective
I really like to make the website responsive
What challenges did you encounter, and how did you overcome them?Responsive image
What specific areas of your project would you like help with?@media
Community feedback
- @darlene9497Posted about 2 months ago
You have two <link> tags loading the same fonts from Google Fonts. You only need one of them. You can remove the second one and combine them to one as such
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Young+Serif&display=swap" rel="stylesheet">.For better accessibility and SEO, provide a meaningful description for the image in the alt attribute. Don't leave it empty.
Update the placeholder name in the footer with your name.
Other than these minor adjustments, your code is solid. Well done
0
Please log in to post a comment
Log in with GitHubJoin 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