Skip to content

A responsive QR code component built as a challenge from Frontend Mentor, showcasing HTML and CSS skills.

Notifications You must be signed in to change notification settings

lgwarda/QR-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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
  • Mobile-first workflow
  • Google Fonts - For typography

What I learned

During this project, I learned how to effectively implement responsive design using CSS Flexbox and media queries. I also gained a deeper understanding of how to use Google Fonts to enhance typography in my projects.

For example, I used the following CSS to style the QR code component:

.qr-container {
  text-align: center;
  background-color: hsl(0, 0%, 100%);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px hsl(218, 44%, 22%);
}

Continued development

In future projects, I want to focus on improving my knowledge of CSS Grid for layout management and exploring animations to create more engaging user interfaces. Additionally, I aim to delve deeper into accessibility best practices.

Useful resources

Author

Acknowledgments

A big thank you to the Frontend Mentor community for providing great challenges that help sharpen my skills. Also, I appreciate the resources and tutorials available online that guided me through the design process.

About

A responsive QR code component built as a challenge from Frontend Mentor, showcasing HTML and CSS skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published