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.
Note: Delete this note and update the table of contents based on what sections you keep.
This was the first challenge of the Fontend Mentor Challenges. It was requested to build a simple Qr code design.
It’s provide screens of the final element in the screenshots folder.
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.
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.
R.A.S