Design comparison
Solution retrospective
I began improving the website's accessibility by implementing several changes, such as using CSS preload to speed up loading times, replacing pixels (px) with relative units (rem), and substituting divs with semantic HTML elements.
What specific areas of your project would you like help with?I would like assistance with correcting the semantic HTML in my project and identifying any missing best practices.
Community feedback
- @JJorgeMS13Posted 4 months ago
Una buena practica que alguna vez vi en un curso de css, es quitar los margenes y padding por defecto del body asi como también poner la propiedad box-sizing: border-box; para tener mas control sobre las medidas de las cajas.
0@joaotfrodriguesPosted 4 months agoHello, @JJorgeMS13
Thank you for your response to my post. However, I wanted to let you know that all of those practices, were already included in the reset.css file.
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