Giter Site home page Giter Site logo

qr-code-component-challenge-'s Introduction

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

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

Since I am a beginner, this was an enjoyable task for me to do. I enjoyed my learning experience. I believe I was able to accomplish my task without any difficulty, or if you found anything wrong please let me know.

.body {
	background-color: hsl(212, 45%, 89%);
	font-size: 15px;
	font-family: 'Outfit', sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 4rem;
}
 img {
      max-height: 18rem;
      max-width: 18rem;
      margin: 2rem auto;
      border-radius: 5px;
      display: block;

    }

.main-Card {
      background-color: hsl(212, 45%, 89%);
      box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
      width: 70%;
      padding: 0.9rem;
      margin-bottom: 1rem;

    }

Continued development

To clarify my concepts and track my learning process, I would complete more Frontend Mentor challenges

Useful resources

w3Schools —— Best Ever free source to learn about HTML , CSS & JS. •FreeCodeCamp —— Good for begineers to start over

Author

qr-code-component-challenge-'s People

Contributors

ro-g3r avatar

Watchers

Nadeem Ahmad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.