Design comparison
SolutionDesign
Community feedback
- @IvanFdez01Posted 3 months ago
Instead of
<div class...> <p class...> </p></div>
in order to simulate a button, HTML does have the feature. Using<button class = "buttonname">
you can have the same result by only dealing with one class.buttonname
in CSS. Also for the text inside! (color
,font-size
...)Marked as helpful1@gautamSH20Posted 3 months ago@IvanFdez01 Thank you for the helpful it really improved the code structure and also design thank you
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