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.
Configure the background of the site with the finished image of the project and start building it
- Semantic HTML5 markup
- CSS custom properties
Note: These are just examples. Delete this note and replace the list above with your own choices
Center a div on the page
body {
height: 100%;
position: relative;
}
.centered {
margin: auto;
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
- Google Fonts - Roboto Font for the card.