Submitted 5 months ago
Responsive Loopstudios-landing-page with Tailwind-CSS
@saifuldt
Design comparison
SolutionDesign
Community feedback
- @mkborisPosted 5 months ago
Hi @saifuldt nice work, here are some suggestions that might be of interest to you.
- Responsive images are handled using the
picture
element. Using CSS to hide and show images to display differently on various screen sizes is not part of the best practices. - The logos are meant to be links to the home page , the way to handle them will be to place the logo image in an anchor element.
- Add aria-label for social links
<a href="#" aria-label="visit Facebook"><img/></a>
Hope this helps.
0 - Responsive images are handled using the
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