Skip to content

A qr component for the frontend mentor challenges. The qr code will redirect you to the frontend mentor website where you will see other challenges.

Notifications You must be signed in to change notification settings

Rioba-Ian/qr-code-component-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

Screenshot

Links

My process

Built with

What I learned

The css part of using semantic tags instead of normal divs gave me an awakening. I've used main, article.

Styling the footer with top and position absolute was a new part I learnt in this challenge. I honestly feel it was quite easy except for styling which took longer than I imagined.

.attribution {
    /* font-size: 11px;
    text-align: center; */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;

}

Oh, btw another important part was

p {
  text-align: center
}

Continued development

The areas I want to focus in future development are:

  1. Sass
  2. Javascript
  3. Typescript

Author

About

A qr component for the frontend mentor challenges. The qr code will redirect you to the frontend mentor website where you will see other challenges.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published