Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.98 KB

README.md

File metadata and controls

74 lines (54 loc) · 1.98 KB

Frontend Mentor - QR code component solution

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.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

  • 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");
}

Continued development

  • 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.

Useful resources

Author