Skip to content

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.

Notifications You must be signed in to change notification settings

Stanmancer/qr-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published