Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Desktop design screenshot for the Social proof section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Aun continuo con algunas dificultades en el manejo de posicionamiento y el viewport. En este proyecto me enfoque en el uso de flex, para continuar con mi aprendizaje y el uso de position, con el cual tengo un mayor conocimiento.

Tengo dudas sobre las imágenes de fondo que tenia este proyecto para posicionarlas, siempre fue difícil hacerlo.

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Hello again Carlos, congratulations for your new solution!

🎉 Nice solution and nice code! I can see that you paid a lot of attention to your code/design. If you don’t mind I’ve some tips for you:

Your html is working but you can improve it using meaningful tags and replace the divs, for example the the cards you can replace the <div> that wraps each card with <article> you can wrap the paragraph with the quote with the tag <blockquote> this way you'll wrap each block of element with the best tag in this situation. Pay attention that <div> is only a block element without meaning.

Here's a complete guide for HTML semantic TAGS: https://www.w3schools.com/TAgs/default.asp

Use a CSS reset to avoid all the problems you can have with the default CSS setup, removing all margins, making the images easier to work, see the article below where you can copy and paste this css code cheatsheet: https://piccalil.li/blog/a-modern-css-reset/

✌️ I hope this helps you and happy coding!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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