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.
- Semantic HTML5 markup
- CSS custom properties
.container{
position: absolute;
transform: translate(-50%,-50%);
top:50%;
left:50%;
background-color: hsl(0, 0%, 100%);
margin: 0 auto 0 auto;
width:200px;
border-radius: 10px;
padding:10px 5px;
}
- Website - [Aman Singh]
- Frontend Mentor - @aman-abesec