This is a solution to the QR code component challenge on Frontend Mentor.
- Live Site URL: QR Code
- Semantic HTML5 markup
- CSS custom properties
- Bootstrap - Frontend Library
- Used it to revise my lessons on css3 and html5.
- Got a chance to put one of the Bootstrap component called card in action.
- Learned to make use of media query breakpoints
@media screen and (max-width: 375px) {
.card{
width:82%;
}
}- Require further study on responsive design
- Website - Pratyush
- Frontend Mentor - @pratyushd0308
