Frontend Mentor - QR code component solution
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.
Table of contents
Overview
Screenshot

Links
My process
Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
What I learned
- Making the structure of the site using HTML.
- Creating Flex Box to organize the layout.
- Styling them with CSS using external file.
Here are some codes I learnt:
<h2>Improve your front-end skills by building projects</h2>
.container {
display: flex;
}
Continued development
- Learning more about HTML and CSS
- Mastering FlexBox and Grid
Author