Design comparison
SolutionDesign
Community feedback
- @SurajHadagePosted over 2 years ago
Always use
<main>
tag for your webpage.- I would suggest to use Three
<article>
tag inside<main>
tag for every card. - You can use this structure :
<article> <img> <h1> <p> <article>
- I have used
h1, h2, h3
for three cards and gave same class so I can usefont-size
property to adjust font size. - I hope you find this helpful.
- Please do not upload unnecessary folders and files to save server space.
Marked as helpful0 - I would suggest to use Three
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