Submitted 10 months agoA solution to the QR code component challenge
QR Code Component Using HTML/CSS
@Ay-Dee

Solution retrospective
What are you most proud of, and what would you do differently next time?
Seeing this through
What challenges did you encounter, and how did you overcome them?I didn't know how to import the font file I downloaded from Google Fonts but found the solution after a little Google searching. I imported it using this:
@font-face {
font-family: 'Outfit';
src: url(font/Outfit/Outfit-VariableFont_wght.ttf) format('truetype-variations');
font-weight: 100 900;
}
And also the good old div centering problem but I worked through it fine
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ahmed Dosunmu'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