Skip to content

GustavoHNRamos/QR-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - QR code component solution

This is my solution to the QR code component challenge on Frontend Mentor.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Mobile-first workflow
  • Google Fonts - For fonts

What I learned

During this project i learned how to use hsl and its benefits

Exemple of hsl in use:

.content {
  background: hsl(0, 0%, 100%);
}

Continued development

I don't really understand responsive design yet, so that's what I will focus on for the moment

Useful resources

  • What is hsl - This is an amazing article which helped me finally understand hsl. I'd recommend it to anyone still learning this concept.

Author

Releases

No releases published

Packages

No packages published