Design comparison
SolutionDesign
Solution retrospective
Inserting the image into the input elements on error was quite challenging
Community feedback
- @isprutfromuaPosted over 2 years ago
Hi there. You did a good job 😎
keep improving your programming skills🛠️
your solution looks great, however, if you want to improve it, you can fix these points:
- Element (input.error.stop) is overqualified, just use .stop without element name.
97. input.error.stop {
- The universal selector (*) is known to be slow.
126. * {
- You should use css variables. They can be useful for reducing repetition in CSS, and also for powerful runtime effects
I hope my feedback will be helpful. You can mark it as useful if so 👍
Good luck and fun coding 🤝⌨️
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