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: GitHub
- Live Site URL: GitHub Pages
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
Center a card.
<main class="background"> </main>
main {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: hsl(212, 45%, 89%);
}
I`m going to focus no flexbox.
- Example resource - This helped me for it was an old project that i made.
- Website - Bryan Bravo
- Frontend Mentor - @Akherox