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 Card

@josuep723

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

Bizzare 1,320

@godmayhem7

Posted

hello your code was nice for a beginner you didnt do all that bad tho i think your main focus should be css grid how to align your element and control the positioning of each element and also try to be versatile when using html and css try making principles for your codes a certain type of logic i think that will enable you become a better programmer instead of just using section tag for the main focus of your code try using the main tag (<main></main>) and put the section tags inside the main tag this helps you understand the structure of your code better and also have a tutorial on css grids and flex-box this will help you understand your code better in the long run hope this feedback was helpful 👌

Marked as helpful

1
faizan 2,420

@afaiz-space

Posted

Hey, @josuep723

  • Remove width and add padding in the texto class.
.texto {
    /* width: 80%; */
    padding: 10px;
}

Marked as helpful

1

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