Submitted 11 months ago
Responsive FAQs solution for both mobile and desktop using CSS and JS.
@lucashub5
Design comparison
SolutionDesign
Community feedback
- @rezis-workPosted 11 months ago
nice work, small feedback:
You can use validation like this: if your input value is "" then you can show on bottom red text that you need to fill, about email you can check input using this email validator code: const emailRegex = /^[^\s@]+@[^\s@]+.[^\s@]+$/;
goodluck!
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