Design comparison
Solution retrospective
I look forward to learning the different properties of CSS Next time and applying them to my next challenge.
What challenges did you encounter, and how did you overcome them?I didn't face any challenges as it was a rather simple task. I used internet resources to help me complete it.
What specific areas of your project would you like help with?I need help making the website more accessible, readable, and SEO-friendly by improving page responsiveness and code organization.
Community feedback
- @Harsh-Kumar-DwivediPosted 8 months ago
Hi @RaihanShakeel ,
Nice Work !
I would suggest following:-
1.You can prefer using
<main>
element instead of<div class="card">
.2.
<h3>
can be replaced by<h1>
which is better I think, then<h1>
can be styled in CSS as per requirements.Marked as helpful1 - @Harsh-Kumar-DwivediPosted 8 months ago
3.Prefer removing closing style tag from your HTML file.
These would improve your code and make it more accessible and semantic.
Hope these suggestions are helpful !
Stay Happy & Healthy !
Happy Coding !
1@RaihanShakeelPosted 8 months ago@Harsh-Kumar-Dwivedi Thanks for your kind suggestion next time I will think of that. and try to improve my code writing skills.
1@Harsh-Kumar-DwivediPosted 8 months ago@RaihanShakeel
Welcome !
Happy Coding !
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