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.
Note: Delete this note and update the table of contents based on what sections you keep.
- Solution URL: Click here to get Solution
- Live Site URL: Click here to preview the website
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
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.
To see how you can add code snippets, see below:
<div class="child">
<img src="images/image-qr-code.png" class="qr-code">
<div style="background: transparent;">
<h1>Improve your front-end skills by building projects</h1>
<br>
<p>Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
</div>.child{
display: flex;
justify-content: space-around;
flex-direction: column;
background-color: white;
width: 18vw;
height: 30vw;
border-radius: 18px;
padding: 0 12px 15px 12px;
}Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.
- Website - Khalil BND
- Frontend Mentor - @khalil227
- Twitter - @ElBeneddra
This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit.
