Latest solutions
Blog Review Card Component with HTML and CSS
Submitted 9 months agoAnything that can help me improve my code!
QR Code Component using HTML and CSS
Submitted 9 months agoI would love to receive feedback on how to optimize my code.
Latest comments
- @abdurrahmanfahimSubmitted 9 months ago@kiriasruPosted 9 months ago
- Your HTML structure is generally good. Keep in mind using semantic tags. You should wrap everything in a main tag.
- It seems that you don't have the asset's folder, so images won't load.
- Add a descriptive alt attribute to <img> (alt="QR code" for example). It helps users who rely on screen readers understand the content of the image.
- Add some margin-bottom in <p class="highlight">Learning</p>
0 - @ArjayGithub-devSubmitted 9 months ago@kiriasruPosted 9 months ago
- Don't forget to wrap everything in a main tag for accessibility :D
- The background-color is slightly different
0 - @Eswararao777Submitted 9 months ago@kiriasruPosted 9 months ago
Nice!!! Take the following into account:
- You should wrap everything in a semantic tac (<main></main>)
- Change the background-color
- Add some padding (around 17px) to the <div class="qrContainer">
- Add a descriptive alt attribute to <img> tag (alt="QR code" for example). It helps users who rely on screen readers understand the content of the image.
0 - @nais-4Submitted 9 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud enough that I actually finished this project.
What challenges did you encounter, and how did you overcome them?I had difficulty centering the QR Code vertically. I watched Kevin Powell's videos to get an understanding of Flexbox more.
@kiriasruPosted 9 months ago- Your HTML structure is generally good. I'd be great if you wrap everything in a semantic tag <main>
- The QR code component is visually clear, but there is room for an accessibility improvement, which is adding a descriptive alt attribute to <img> tag (alt="QR code" for example). It helps users who rely on screen readers understand the content of the image!
1 - @ArianaMDSubmitted 9 months ago
- @LuamBSubmitted 9 months agoWhat challenges did you encounter, and how did you overcome them?
It was difficult to find a good preferred value for the clamp() functions.
@kiriasruPosted 9 months agoIt looks exactly the same!! There is only a difference in the box-shadow
0