Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.86 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.86 KB

Frontend Mentor - QR code component solution

This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • HTML5
  • CSS
  • Flexbox
  • Mobile-first

What I learned

I used all the feedback I got from my last submit and try to apply here so I learned about the landmark that I need to put and roles, the importance about to use rem in text.

<main role="main">Main tag</main>
.description {
  font-size: 0.938rem;

Continued development

I need to learn more about accebility, the most feedbacks I had was about tags and for people with disability, I was not expected this but I was very happy to read and improve.

Useful resources

  • Landmark - This helped me with tha landmark

Author

Acknowledgments

To be afraid to get negative feedbacks it will help you a lot if you take in the positive way.