QR Code Card using HTML and CSS

Solution retrospective
Need to find a way to accurately measure border-radius and the space between text elements.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bhuvi819381
Hey Friend,
I just checked your solution, and it was really good! Great job!
Here are a few suggestions to make it even better:
-
Use semantic tags
Include tags like<header>
,<main>
,<section>
, and<footer>
to improve the structure and accessibility of your code. -
Use only one
<h1>
per page
A single<h1>
per page ensures better document hierarchy and SEO. -
Avoid using
px
Opt for relative units likerem
orem
for better responsiveness and scalability.
Other than these, everything looks great! Keep up the good 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