Design comparison
SolutionDesign
Solution retrospective
Any feedback would be appreciated on how to make it "cleaner". Thanks
Community feedback
- @PhantomOzPosted almost 4 years ago
Nice job :thumbsup, you did great. I think you should remove the attribute
type="button"
on the<a>
element for Register cause the anchor element does not have an attributetype="button"
, better you can write something like this<a href="#"> <button type="button" class="btn"> Register</button>
0@luccaslopes88Posted almost 4 years ago@PhantomOz thanks for the feedback. I will do that change on the button.
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