Design comparison
SolutionDesign
Solution retrospective
Hello! I just completed the intro-component-with-signup-form. Some of the challenges i couldn't fit:
- Replacing the 'placeholder' text and color when the active button is clicked
- Padding the error image
- Remove the 'placeholder' name from First name and Last name when error message is popped up
Thanks.
Community feedback
- @alihanPosted over 4 years ago
Hi! Your solution looks good.
For your challanges:
- You can replace your placeholder text with JavaScript with setAttribute() function. And you can change your button color with :hover or :active selectors (CSS)
- I can recommend position: absolute for your error image. Check out this, and you can change it easily.
- As I told you in first step, you can remove your placeholder with JS again.
Try it and if you will still have these challanges, check out my solution!
Good Luck! :)
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