Tarjeta de perfil usando HTML y CSS

Solution retrospective
Me siento orgulloso de primero haberlo hecho sin haber aceptado el reto para ver si era capaz de lograrlo. Una vez que observe que me quedó similar me anime a aceptarlo.
What challenges did you encounter, and how did you overcome them?Un desafío que encontré fue que no lograba que el main ocupará toda la página, para superarlo busque en internet videos y cuando encontré lo que necesitaba logré solucionarlo.
What specific areas of your project would you like help with?Me gustaria ayuda con la fuente, quisiera poder establecer una base de 10px y de ahi poder usar la unidad de medida rem. En internet salen varias formas y cuando las pruebo son diferentes los tamaños.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@danielmrz-dev
Hey there!
Congrats on finishing the challenge! ✅
Your solution looks awesome!
📌 It's a good idea to use semantic HTML elements like
<ul>
and<li>
for lists. This makes your code more accessible, maintainable, and meaningful.Here's an example of how you can refactor your code:
After Refactoring
<ul class="list-container"> <li><a href="#">Github</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">LinkedIn</a></li> ... </ul>
Using
<ul>
and<li>
makes your content structure clearer, which is better for screen readers and search engines. Plus, it follows best practices for HTML.Hope this helps!
Keep up the great work!
Marked as helpful - @sebastgran15
Excelente!! Muchas Gracias por el consejo!!
Lo tomare en cuenta para la próxima y probare modificar el codigo para que quede correctamente.
Saludos.
Join 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