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
  • Flexbox
  • Scss
  • Mobile-first workflow

What I learned

This was a simple one project and nothnig much to learn but I tried to use min() function of css which I learned and explored more

.proud-of-this-css {
  width: min(300px, 90%);
}

Author