This is my solution to the QR code component challenge on Frontend Mentor.
- Solution URL: https://github.com/natashapl/fem-qr-code-component
- Live Site URL: https://natashapl.github.io/fem-qr-code-component/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
For this project, I decided to use some HTML5 semantic tags that I don't normally use such the "main" and "article" tag. There were some rules that I wasn't aware of priot to this challenge.
<main>
<article>Content goes here</article>
</main>
- Flexbox: center horizontally and vertically - This is a Stack Overflow solution that shows how to center elements using flexbox.
- HTML5 Semantic Tags: What They Are and How to Use Them! - This is an informative article that gives a good overview of the HTML5 semantic tags.
- Website - Natasha Pierre-Louis
- Frontend Mentor - @natashapl
- LinkedIn - natashapl