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

My first try on HTML and CSS

Pailin 20

@Papaloyy

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


Hi~~ this is my first try on HTML and CSS. what should I have to improve. Thankyou for your advise.

Community feedback

@sophiakoulen

Posted

If this is your first try at html and css then wow!

I think you can just use width and not max-width since the design isn't supposed to shrink.

And the position:relative on the container doesn't seem to add anything.

0
Aadvik 1,250

@Aadv1k

Posted

you did an exceptional job considering this is one of your first challenges. I would suggest some tips, you make use of "semantic html"

  • Semantic html; Semtantic html makes your code easier to read for both you, and someone looking at your code. semantic html is basically.
    <article>
     <h2> Title </h2>
     <p> Blah blah </p>
     </article>
    

is better and more redable than just putting everything inside a div. For more info You can check this out or you can check some of my projects out to see it in practice.

0

Pailin 20

@Papaloyy

Posted

@Aadv1k Thank you for your guidance

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