Skip to content

maykew/qr-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

Overview

Screenshot

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Reset CSS
  • Flexbox
  • Mobile-first workflow

What I learned

In this challenge, I tried to practice the concept of HTML5 semantic structuring, aiming to make the content clearer both for programmers and for browsers and other engines that process this information.

<body>
	<main>
		<section>
			<header>
				<h1>Title</h1>
				<img>
			</header>
			<p>Contents</p>
		</section>
	</main>

	<footer>
		<p>Description</p>
	</footer>
</body>

Also, I first used the "Reset CSS". The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

Continued development

I intend to develop more pages using only HTML and CSS to consolidate the concepts of "HTML5 Semantic" and "Flexbox".

Useful resources

  • MDN Reference - MDN Web Docs has the most up-to-date and accurate information and the content is presented in an easy-to-understand manner;
  • Reset CSS - The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on;

Author

About

A short challenge to consolidate new concepts learned from HTML and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published