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

  • @LegendaryGhost

    Submitted

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

    I learned how to center the bullet/marker of a list element using the ::before pseudo-element instead

    ul {
      list-style: none;
    }
    
    ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: var(--medium-spacing);
      padding-left: var(--small-spacing);
    }
    
    ul li::before {
      content: '\2B24 ';
      color: var(--brown-800);
      font-size: .3rem;
    }
    

    @Tobai24

    Posted

    You did a good job. it looks similar to the design.

    0
  • @Julieth2025

    Submitted

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

    Establecer el tamaño, tipo y color de la letra

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

    En posicionar cada botón en columna y lo super{e con la ayuda de la documentacion de tailwind css

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

    En la parte de tamaños y que se ajuste a cada pantalla

  • P

    @aditros

    Submitted

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

    speed of working on it

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

    pretty basic

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

    nothing