Submitted 7 months agoA solution to the QR code component challenge
QR Card Component using CSS
@phantomgizmo

Solution retrospective
What are you most proud of, and what would you do differently next time?
- Able to figure out you cannot vertically center block element inside a block parent. Instead you use grid for the parent and apply place-items: center; to center the child.
- Learnt shadow attributes.
- Learnt css reset.
- Learnt BEM naming convention.
- Learnt logical properties.
Would try to organize the css attributes better inside each block.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Mr Rainman's solution.
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