Submitted over 1 year ago
QR CODE USING CSS, Building Responsive Layouts with html and css
@heisemmaco-dev
Design comparison
SolutionDesign
Solution retrospective
This my second responsive layouts built please rate my lay out
Community feedback
- @Olowo290Posted over 1 year ago
Hi, congrats on completion of this project. some of the flaws I would like to point out so you can improve on them are:
- The use of div tag in your HTML can be replaced using more semantic tags like "section", article. -Looking at it, the card is not responsive on smaller screen because of the hard coded width of 744px in your stylesheet. what I'll suggest is either you reduce the width of the card to the one that will be responsive in all screens or use media query to give it different width at different screen sizes. Above all, I commend your effort in completing the project. Don't forget to mark this as helpful if you find it so.
Marked as helpful0
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