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

  • @EnrikeOmarFarias

    Submitted

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

    Hola! Fue un desafío intentar hacerlo con flex para la vista de escritorio por lo cual opte por utilizar position, espero seguir optimizándolo de todos modos

    P
    wecax 100

    @wecax

    Posted

    Great job on finishing your project!

    I have a recommendation that could be helpful for you

    • Using English as a primary language for naming elements. It will make your code more readable for your peers and mentors which will make it easier to provide quality feedback.
        <body class="body-sombra">
         <main class="contenedor-principal">
          <div class="contenedor-secundario">
           <header class="encabezado">```
    
    0
  • P
    wecax 100

    @wecax

    Posted

    Your code is very well-structured and clean with sufficient documentation. I will be taking notes from your code for my next project. Great Job!

    Marked as helpful

    0
  • P
    wecax 100

    @wecax

    Posted

    I would change the body's height to 100vh instead of 150vh, it doesn't look centered because you need to scroll down.

    Also, I would add breakpoints for tablet and mobile using "@media screen and (max-width: )"

    Overall, your code is very well-written and structured. Good job!

    Marked as helpful

    0
  • P
    wecax 100

    @wecax

    Posted

    Overall, your work is well-structured and readable. The only nitpick I have is the styling, other than that, great job!

    0
  • @Chiwanza16

    Submitted

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

    Being able to center a div inside a div using the power of margin auto.

    P
    wecax 100

    @wecax

    Posted

    Good job on finishing your project!

    I think experimenting with different layouts such as Flexbox or Grid and redoing the project would be very beneficial for you to improve your craft

    Keep it going!

    0