Skip to content

suftdev/QR-Code-Card-Component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties

What I learned

I learned a lot about the basic concepts of the CSS styles, styles like "max-width, margin, object-fit" and many others. Also importantly, making sure the mobile screen works even at deployment.

<p class="mobile">
  Scan the QR code to visit Frontend Mentor and take your coding skills to the
  next level
</p>
#container {
  max-width: 270px;
  margin: 80 auto;
}

Continued development

Going forward, I want to do more challenge, to cement my css understanding and get to work with javascript dom methods next.

Useful resources

  • Mobile Responsive Design - This helped me for responsive design. I really liked this article and will give a complete read in the future.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published