Newbie-QR-Code-attempt

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

QR code component challenge is a newbie challenge meant to test one’s understanding of HTML and CSS.

My process

Built with

What I learned

<div class="QR-banner">
            <img src="images/image-qr-code.png" alt="QR-code">
        </div>
    <h1>Improve your front-end <br> skills by building projects</h1>
.index-QR-content {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  color: hsl(212, 45%, 89%);
}

Continued development

Styling text in CSS is an area that I am keen to improve on. CSS Styling for images needs more work and practice, which I will develop along as i undertake more challenges and exhaust more learning resources. In regards to HTML, I am keen on improving the developments I have made on structuring and grouping content, as well as proper applications of tags, elements and useful characters.

Useful resources

Author