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.
This is a simple challenge from Frontend Mentor, called QR code component.
- Live Project: QR code component
My process to create this design was to make the most identical to the reference I could, it's just my first time doing that so I guess, for now I can clone the reference image, other than that, I hope you like.
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
Sometings that I feel like is cool is the learning experience of the box-shadow property, to give a really subtle effect, in the card.
.card-tag {
box-shadow: offset-x offset-y blur-radius spread-radius color; /* Don't forget, color alpha helps you make it look better! */
}
For now, most of the thenics and process in this I guess it's fine, but maybe one day I will comeback and change something I don't know now, but I will evolve more in the future, so I guess, it will change a bit at some point.