3 Column Preview Card Component (HTML and CSS)
Design comparison
Community feedback
- @zenab12Posted over 2 years ago
Hey @helioLJ Congratulations for completing this challenge
Your code is very semantic ,clean and readable so Keep Going on .
my only suggestion on your code is :
-
Use only one
<h1>
per page or view. It should concisely describe the overall purpose of the content. 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
Regardless You did amazing Work Congratulations for this ,Hope this comment is helpful , Keep coding 😊
Marked as helpful1@helioLJPosted over 2 years ago@zenab12 Thanks man, it motivates me alot, just one question, in that case i should use only one <h1> or should i switch all for <h2>?
0@zenab12Posted over 2 years ago@helioLJ switch all to <h2> and make font bigger with font-size , and you must use one <h1> in page so you can use it and give it opacity:0 ,position:absolute to avoid damage responsive and centering the card vertically
1 -
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