Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

QR Code component using Basic HTML and CSS

@ZenitsuAg

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@0xabdul

Posted

Hey there 👋 first Congratulations you finished the QR Code project doing very well..

  • but some issues in QR Code project
  • Problem
  1. the QR Code card component is not center align
  2. there are Accessibility reports..!
  • Solution📌
  • note the point
  • In CSS : 🎨
body {
display : flex;
align-items: center;
justify-content : center;
height : 100vh;
width : 100%;
}
  • for center align
  • first problem solving🥳
  • In Html : 🏷️
  • use div tag and wrap the whole html code by attribute role="main"
<body>
<div class="container" role="main">

//Whole html code..

<h1> </h1>
<h2> </h2>
<h3> </h1>
//use the header tag by ordering..

</div>
</body>
  • I Hope it's useful for you and wating for your next project ❤️
  • Happy Coding 😃
  • Peace be upon Allah Mercy and Love 💕
0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord