Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.42 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.42 KB

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

This a QR code component challenge from frontendmentor.io. The challenge feature a QR code component place in the center of the page. The component is both vertically and horizontally centralized in both mobile and desktop view. Below is the link to my planning process.

Screenshot

solution-screenshoot solution-screenshoot

Links

My process

Built with

  • HTML & CSS basic styling (like padding, marging, font-siize and so on)
  • CSS Grid

What I learned

  • Project Planning!
  • Writing a README file for my project!
  • Creating a Repo in Gitup for the first time in my life!
  • Practicing my CSS grid layout skill

Continued development

  • CSS grid and flex layouts and also positioning
  • Responsive image and how best to control images height and width in containers!
  • Focus more on Learning UI & UX (very important!)
  • Docummentation

Useful resources

  • CSS Flex Grid Complete Guide with Real World Examples and Code Snippets (Vanilla CSS) by Shruti Balasa, first edition. This amazing book helped me a lot in understanding css flex and grid layout. I will go over the book again and again until I master my css flex and grid layout skills. It is an amazing book for anyone who wants to master the two great css layout tools!

Author