Submitted almost 3 years agoA solution to the QR code component challenge
HTML and CSS responsive QR Code Component
@FelipeGuerra5

Solution retrospective
Is there a better way to do responsive component instead of?
@media only screen and (max-width: 750px) and ( orientation: landscape){
}
@media only screen and (max-width: 450px) and ( orientation: portrait){
}
What is the good pratice and where could I study it?
Any other points, critics and comments will be appreciated!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Felipe Baldim Guerra's solution.
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