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.
- Solution URL: solution URL
- Live Site URL: live site URL
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- First time using git with VS code
- I learned how to add icons to page titles
- I also learned how to use custom(local) fonts in css. A snippet is showm below:
@fontface {
font-family: "custom-font-name";
src: url("custom-font-url");
}
- I want to improve my use of transitions and making responsive pages
- I still want to learn more on using custom fonts, using fonts without having to download them.
- Using Git with VS code - This helped me use git with VS code for my first time. I really liked this pattern and will use it going forward.
- How to Add a Custom Font to Your Website - This is an amazing video which helped me learn to use custom fonts. I'd recommend it to anyone still learning this concept.
- Website - Lucky Avbunufe
- Frontend Mentor - @Stanmancer
- Twitter - @Stanmancer