Design comparison
Solution retrospective
This is my first challenge on here. I just completed it as fast as I could so I used basic inline styles for the task.
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there 👋.
Great job on completing your first challenge! I really like your solution.
Just a quick note, be cautious with using inline styles too much. Also, the
width: 1440px
on the body element might cause issues as it prevents your solution from adapting to different devices.On mobile devices, your solution might not appear centered.Additionally, consider adding an
alt
attribute to your image. Since a QR code isn't a decorative image, it's a good practice to describe its content or destination in thealt
attribute.Keep up the good work!
Happy coding!
1
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