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

Usei o flexbox para centralizar a div "container".

@willengarcia

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Eu preciso de apoio na parte de estilização, pois não tenho tanta noção de cores e contrastes, assim como utilizar algumas fontes.

What challenges did you encounter, and how did you overcome them?

Eu preciso de apoio na parte de estilização, pois não tenho tanta noção de cores e contrastes, assim como utilizar algumas fontes.

What specific areas of your project would you like help with?

Eu preciso de apoio na parte de estilização, pois não tenho tanta noção de cores e contrastes, assim como utilizar algumas fontes.

Community feedback

Sivaprasath 2,520

@sivaprasath2004

Posted

Hello I`m wishing for your completion project.

  • In your solution was not proper design in the tablet and mobile mode in you will use div{width:27%} this is not proper change the code in your CSS by following code.
div{
    width:350px;
    padding: 1rem;
}
img{
    width:100%
}
  • Additionaly you will unused property code like p{width:90%;margin:auto} this is not needed if change the following code .
p{
   text-align:center;
    padding:5rem 0;
    color: rgb(68, 68, 68);
}

Marked as helpful

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