Design comparison
SolutionDesign
Community feedback
- @renzrphPosted 10 months ago
Hi, just a small detail. You could have remove the placeholder text "Custom" using css once its on focus like this:
#custom:focus::placeholder { color: transparent; }
But you still did a good job!
Marked as helpful0
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