
Please log in to post a comment
Log in with GitHubCommunity feedback
- @IvanFdez01
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 helpful
Join 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