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.
- Live Site URL: https://qr-component-mu.vercel.app/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
I stepped back into Frontend Development with this project as it's been some time since I've worked on HTML/CSS. I've been spending time on algorithms. I struggled with the vertical size of the parent div being large enough to hold the children elements. I solved this by using the below:
.qr-container {
height: auto;
}I would like to grow into using CSS best practices that are efficient and scalable. I would like to continue focusing on the way parent width plays with children elements.
- Website - Johnathan Figueroa
- Frontend Mentor - @johnfigs
Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.
