@Vetrivel-botSubmitted 3 months ago
Onkareshwar Prasad
@onkareshwarprasad17All comments
- @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