Design comparison
SolutionDesign
Solution retrospective
I don't understand how to use svg as a background.
Community feedback
- @Juveria-DalviPosted about 3 years ago
hey don't use <a> tag for button it gives HTML ERROR in Front-end mentor(check the report) <a href="#"> <button class="payment-btn">Proceed to Payment</button> </a> insted use: <input type="button"> or <button type="button">Click Me!</button> watch this ----> https://www.w3schools.com/tags/tag_button.asp
Marked as helpful1@creatorindiePosted about 3 years ago@juuveria thanks i'm too noob, but i'll improve :D Thanks for the suggestion.
0 - @Juveria-DalviPosted about 3 years ago
I'm new too also the noob boss lol..
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