Qr Code exercise with HTML and pure CSS

Solution retrospective
I kept a good folder structure, with separation between css reset, root and style files. The exercise was quite simple so the main effort was to keep things clear, with a consistent use of css classes (I used BEM methodology).
What challenges did you encounter, and how did you overcome them?Since I've been working with tailwind for a couple of years now, I had to remember how to use CSS variables and how to make a good configuration file.
Just a quick search on web to fresh my mind about CSS configuration.
What specific areas of your project would you like help with?Just a quick feedback on accessibility, good scaffolding and CSS configuration should great!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
Congratulations on embarking on this amazing journey here! 🎉
✅ A pro tip for centering:
display: grid; place-items: center;
🌟 Overall, the web is lit, man!
😎😎😎
Marked as helpful - @Vaishnavi-194
The use of variables in css making the properties reusable is appreciated
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord