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.
A simple QR code card component.
(assets/screenshot/qr-code-solution-mobile.png) (assets/screenshot/qr-code-solution-desktop.png)
- Solution URL: (https://github.com/cellbesmanos/fm-qr-code-component)
- Live Site URL: (https://cranky-banach-91aaa5.netlify.app)
- Analyze what could be the structure of the card then built it using HTML.
- Added styling using CSS.
- Created a center class to center elements.
- Semantic HTML5 markup
- CSS custom properties
- BEM CSS methodology
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
I might remake this while following a mobile first workflow.
- Frontend Mentor - (https://www.frontendmentor.io/profile/cellbesmanos)