It is a QR Code Component made by using HTML, CSS
Design comparison
Solution retrospective
How can a non technical person can become a webdeveloper.
Community feedback
- @kareem-mahmoudPosted almost 2 years ago
Hello!
To answer your question "How can a non technical person can become a web developer."
that is easy to give you a guide but hard to apply, first: learn the necessary required to be web developer. second: practice. third: hard work and be patient.
you do a great work with your challenge keep going to enhance your code.
0 - @SinisaVukmirovicPosted almost 2 years ago
Hello!
To answer your question "How can a non technical person can become a webdeveloper."
With hard work and dedication!
And I am talking about seriously hard work! And to learn in the proper way, no taking shortcuts and truly learning from what you do, not just to do for the sake of doing...
Learning! Keeping track of learned things, creating your own documentation in README.md of every project...
And a little luck! Good luck!
0 - @HassiaiPosted almost 2 years ago
Replace the section tag with the main tag and <h3> with <h1> to fix the accessibility issue. There is no need for styling of #box in the css. you can delete it from the html file.
Use the colors that were given in the styleguide.md found in the zip folder you downloaded. The section has a wrong background-color.
Give #qr a background-color of white and a fixed width value
width:300px;
. give the img a max-width of 100% instead of a height value. give p 0pacity of 0.6 for the faded color of p.There is no need for <br><span> in #qr it should be out of it. Give the body a font-size value of 15px.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
0
Please log in to post a comment
Log in with GitHubJoin 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