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.
- Solution URL: My github repo link
- Live Site URL: Check my live site
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
I re-learnt how to center a div after using it for a long time
<div class="container"></div>
.container {
display: flex;
justify-content: center;
align-items: center;
}
- Website - Chimatara-code-scanner
- Frontend Mentor - @Chimatara
- Twitter - @taras_collectn