jadefurtado
@jadefurtadoAll comments
- @jadefurtadoSubmitted about 2 months ago@jadefurtadoPosted about 2 months ago
Thank you so much for the feedback! I really appreciate your suggestions and have already started implementing them. I switched to using
<ul>
and<li>
elements for the buttons, wrapping the text in<a>
tags to enhance accessibility. It feels great to know that it will improve keyboard navigation and screen reader support!I also integrated font-display: swap in my
@font-face
rule, which has really improved the user experience by avoiding that awkward blank screen while waiting for the font to load.Additionally, I’ve begun using
rem
units in my media queries instead ofpx
. I see how this makes my design much more responsive and adaptable to different devices and user preferences. I’ll definitely check out the resources you mentioned for further learning!Thanks again for your guidance! I’m excited to keep improving and tackling new challenges. 💻
0