FEM Product preview card component - my solution.

Solution retrospective
Hello to all. This is my first ever take on an Frontendmentor challenge. Feedback is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Todointerconectado
Excelente resolución @kwngptrl _
Me gusto tu habilidad para reducir el código a su máxima expresión para lograr el objetivo.
Te dejo un aporte para la accesibilidad, fíjate el idioma con el cual vas a escribir el código y depende de este vas a colocar lo siguiente por ejemplo:
Para el español: <html lang="en"> Para el ingles: <html lang="es"> Para el francés: <html lang="fr"> Para el Portugués: <html lang="pt">
Te dejo una lista de diferentes paises: https://www.w3schools.com/tags/ref_language_codes.asp
Por ultimo, te aconsejo utilizar las etiquetas html5 semántico ya que ayudan a definir la estructura del documento y permiten que las páginas web sean mejor indexadas por los buscadores.
Desde ya te dijo que sigas así que con la practica vamos mejorando todos!!
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