Submitted almost 3 years agoA solution to the 3-column preview card component challenge
3-column preview card component with HTML & CSS
@JoseTomas-GP95

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Bayoumi-dev
Hey Tomas,
My suggestions:
- Using more than one
<h1>
is allowed by the HTML specification, but is not considered a best practice. Using only one<h1>
is beneficial for screenreader users. --- Multiple<h1>
elements on one page - Add
cursor: pointer;
to thebutton
, The cursor indicates to users there is an action that will be executed when clicking on it.
I hope this is helpful to you... Keep coding👍
Marked as helpful - Using more than one
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