Design comparison
SolutionDesign
Solution retrospective
Feedback welcome!!! :D
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Fabrício, It looks good!...
I suggest you use
<button>
instead of<div>
s, to add moresemantics
to your project,Div
's don't do much for semantics,Buttons
are used for actions.<div class="button middle_button">Learn more</div>
<button class="button middle_button">Learn more</button>
Hope this is helpful to you... Keep coding👍
Marked as helpful1@IFafaaPosted over 2 years agoHii @Bayoumi-dev, thank u!! i tried using the button but in CSS time I couldn't style it as i would like :/
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