
Submitted 5 months ago
Newsletter sign up using Tailwind & React
#react#tailwind-css#vite
@Specro
Design comparison
SolutionDesign
Community feedback
- @ha308ingPosted 4 months ago
Great solution! Clean code structure! Well done! 👍
Take a look at the
picture
element, it allows to use single image element, but with variablesrc
attribute mdn<picture> <source srcSet="images/illustration-sign-up-desktop.svg" media="(width >= 768px)" /> <img src="images/illustration-sign-up-mobile.svg" alt="" /> </picture>
Marked as helpful1
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