
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bhuvi819381
Hello Brother,
I checked your solution, and it’s great! Here are a few suggestions to improve it further:
-
📄 Update the README file
Use the provided README template, update it, and upload it for better clarity and professionalism. -
🏷️ Wrap everything in the
<main>
tag
This ensures proper structure and accessibility. -
🖼️ Don’t leave the
alt
attribute blank
Except for design-related images, always provide a meaningfulalt
text for accessibility and SEO purposes. -
🔠 Limit the use of
<h1>
tags
Use a single<h1>
per page, followed by<h2>
,<h3>
, and so on, to maintain proper hierarchy. -
🚫 Avoid using
px
Opt for relative units likerem
orem
for better responsiveness and scalability. -
✂️ Use
margin-inline
andmargin-block
Instead of separatemargin-left
andmargin-right
, usemargin-inline
. Similarly, formargin-top
andmargin-bottom
, usemargin-block
. It simplifies your CSS and looks clean. 😁
Using this looks cool 😄 So just telling. Don't mind it
These updates will make your solution even better! Keep up the fantastic work! 👏
-
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