QR Code component with html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @alexproman
Here are some preparations to make your design look good, compatible with all screens, easy to access, and your code organized, readable, and reusable:-
- Use semantic tags like <header>, <main>, <footer>, <article>, and <section> to structure content.
- Use <h1> for main headings, followed by <h2> for subheadings, and so on.
- Use relative units like em, rem, and % instead of fixed units like px.
- Utilize media queries: css to make your design responsive to different screen sizes
- Use semantic words that express the content inside each element when assigning a class to it
- Make sure to use border-radius values correctly to make your design look optimal.
- P@TranDanh1122
That look good, keep going
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