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: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
After many years of styling everything with Tailwind CSS only, it was not so easy to wrap my mind around pure CSS again.
The box shadows syntax is still a problem. There is no code completion and I had to ask Codeium or take a look at MDN to get it right. In general, it is unusual to write CSS again and not to deal with Tailwind classes.
- box.shadow reference on MDN - I had to look up the proper syntax otherwise I wouldn't get the box shadow right.
- Kevin Powell's YouTube channel - I like his videos and he writes very clean CSS code, which suits me very well.
- Frontend Mentor - @matthiasthieroff