Qr-Code

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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

This was the first challenge of the Fontend Mentor Challenges. It was requested to build a simple Qr code design.

Screenshot

It’s provide screens of the final element in the screenshots folder.

My process

Built with

What I learned

I’ve learned CSS and HTML before, so i thought it will be pretty easy but i have to admit i find difficulty to vertically center a div. I forgot that while using

.main{
  display: flex;
  align-items: center;
}

i should provide a valid height for the parent container. So, we learn everyday.

Continued development

I need to improve my responsiveness and i encounter issues when i zoom-in up to 500% or zooming-out to 25% cause many elements went through their container and the design is no more suitable.

Useful resources

Author

Acknowledgments

R.A.S