Latest solutions
Blog Preview Card Using Flexbox and local font files
Submitted 3 months agoSince this is the first time I have used local font files, I would like to know if I'm using them correctly.
QR Code Component
Submitted 3 months ago- I would like to get feedback on whether I have used appropriate HTML elements, and how I can improve it if that's not the case.
Latest comments
- @Vetrivel-botSubmitted 3 months ago@onkareshwarprasad17Posted 3 months ago
Hey @Vetrivel-bot, great job on the HTML and overall UI feel. Just a suggestion- organizing the CSS a bit better could make the code more readable and maintainable. Keep up the good work.
Marked as helpful1 - @Abdulgafar-RiroSubmitted 3 months ago@onkareshwarprasad17Posted 3 months ago
Hi Abdulgafar-Riro, it's great to see the work you have put in on this. You have used minimal yet sufficient HTML tags to achieve the result. I have a few suggestions after looking into your code:-
- You should prefer using relative units (like rem,em) over
px
, that way it gives you more flexibility to make responsive and accessible web pages - Consider this as a cosmetic change where you move your styles into an external file and link it to your HTML file. This will make your code more readable.
Marked as helpful0 - You should prefer using relative units (like rem,em) over