Design comparison
Solution retrospective
Just curious if anyone was able to implement the email validation with error display using JUST html & css 😳
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, great job on this challenge, Itai! 👋
Your solution looks good (I like all the hover states you added for the links and buttons) and responds nicely! 👍
I only suggest setting a
max-width
on the content of the page so that it doesn't grow too wide and look a little stretched on large screens. 😉You can do CSS-only form validation using the
:focus
,:valid
, and:invalid
pseudo-classes! I tried it out recently in one of my solutions if you'd like to take a look and see how you can do it, too!Keep coding (and happy coding, too)! 😁
0@georitPosted almost 4 years ago@ApplePieGiraffe thank you so much. I'll take a look at your solution. I appreciate your feedback 😀
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