Skip to content

mays21/qr-code-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Bootstrap 5
  • flex-box

What I learned

  • about landmaks
  • card structure card > card-img , card-body > card-title, card-text
  • border-radius
  • center layout
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

Continued development

  • Keep trying
  • How to use Bootstrap
  • How to use JavaScript

Useful resources

Author

Acknowledgments

  • CSS 画像の border-radius は直接 img タグに設定すること
  • CSS カードの中央寄せは mx-auto を指定する
  • CSS カードの上下中央寄せは 親要素に dispaly:flex;を使うこと

Got feedback for us?

I love receiving feedback! I'm always looking to improve my challenges. So if you have anything you'd like to mention, please leave a comment.

Happy programing!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published