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

All comments

  • Cristian 60

    @CristianLich

    Submitted

    What are you most proud of, and what would you do differently next time?

    estoy muy feliz porque este proyecto se me hizo mucho mas facil, mas alla de que era notorio que tipo de flex utilizar.

    What challenges did you encounter, and how did you overcome them?

    el posicionamiento de algunos elementos creo que sigue siendo complicado, no me gusta mucho la solucion que le di con el posicionamiento absoluto. pero creo que el trabajo se puedo terminar rapido por eso.

    What specific areas of your project would you like help with?

    mi dificultad es el posicionamiento de elementos como imagenes, que medidas usar y que propiedades son las indicadas para que sea responsive sin necesidad de usar media queriies

    Nomy 130

    @Nomylim

    Posted

    Hi @CristianLich

    Congrats on completing this challenge!

    Be careful with the different colors you are using; two of the cards should have a white background and not the same color as the general background.

    Regarding your issue with the different images, I think you can use a flexbox display so you don't have to rely on media queries. It's a solution I used; you can check out my approach to the challenge, it might help: https://www.frontendmentor.io/challenges/testimonials-grid-section-Nnw6J7Un7/hub

    0
  • @DanCodeCraft

    Submitted

    What are you most proud of, and what would you do differently next time?

    Another challenge down. This one was pretty fun to work on, and I had to revisit some content about reorganizing the grid position.

    What challenges did you encounter, and how did you overcome them?

    I never had to manipulate grid items given a different screen size.

    What specific areas of your project would you like help with?

    I'm, as usual, open for any feedback.

    Nomy 130

    @Nomylim

    Posted

    Hi @DanCodeCraft,

    Congratulations on another challenge! It's really good. I'm used to only using flexbox, but this is a great use of grid.

    1
  • Nomy 130

    @Nomylim

    Posted

    Hi @Prince95-cmd,

    Congratson completing the task.

    In the future, you can add flexbox properties to your body so that your container is always in the middle of the page. Setting min-height: 100vh also helps a lot.

    0
  • Kacper 230

    @rembiszkacper

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud that I managed to create this website practically without using the Internet

    What challenges did you encounter, and how did you overcome them?

    I had a bit of a problem with creating the last element, i.e. the table, but with the help of the Internet everything works as it should

    What specific areas of your project would you like help with?

    If you can, please tell me if my naming and use of styles is consistent with the standards. Should I, for example, move larger amounts of text externally so that my html file is not so crowded?

    Nomy 130

    @Nomylim

    Posted

    Hi @rembiszkacper !

    I believe you could have placed the <main> tags inside the <body> tags and used them instead of your container class. But otherwise, I think it's a really great solution.

    1
  • Nomy 130

    @Nomylim

    Posted

    Hi @rodrigo-limadt,

    Great challenge I really like your solution !

    Marked as helpful

    1
  • Nomy 130

    @Nomylim

    Posted

    Hi @tay4real,

    Congratulation on a great challenge !

    0
  • Nomy 130

    @Nomylim

    Posted

    Hi @Samulug, great challenge!

    I recommend using <main> and <footer> tags as they are more commonly used and help with accessibility. Also, adding a min-height: 100vh; to your .card will help verticaly center your result. Additionally, you might want to try centering your attribution class to achieve a more homogeneous result.

    0