GithubHelp home page GithubHelp logo

qr-code-component'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

This is my first Frontend Mentor Challenge.

Screenshot

Desktop Screenshot Cellphone Screenshot

Links

My process

Read the requirements, then I tried to figure it out as I went along. I hope to develop a better process in the future.

Built with

  • HTML5
  • CSS3
  • Flexbox
  • Visual Studio Code
  • Determination ~ to complete what I set out to do (this challenge)

What I learned

I came into this only knowing a handful of simple html tags.

Git, GitHub, Visual Studio Code, and css was all new to me.

Something I really struggled with was box shadows. I discovered about box shadows while reading up on css card component. I got the hint from the challenge name and tried searching a few things.

Meta keywords I knew of long time ago. I also knew of a great website W3schools. I used the website to look up about viewport.

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

I am happy that I can use css to style the two text separtely calling the element id like below.

#text-1 {
  font-size: 15px;
  text-align: center;
  color: #8a94a8;
  padding: 1rem 2rem;
}

#text-2 {
  font-size: 15px;
  text-align: center;
  color: #1f3251;
  padding: 0.1rem 2rem;
}

Continued development

Just a few things I want to develop more understanding deeply.

  • Flexbox
  • Box Shadows
  • CSS Units
  • Git, & GitHub
  • Visual Studio Code
  • Dev Tools

Useful resources

Author

qr-code-component's People

Contributors

bijiyiqi2017 avatar

Watchers

 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.