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

  • DanielJamesPM• 30

    @Danieljamespm

    Submitted

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

    Centering everything. To center the box itself I used margin: auto;. To center the image and text inside I used flex at first but realized I just needed text-align: center;.

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

    Getting the HTML and Body to take up the whole space of the page. I assumed they would fit the container automatically.

    html{ min-height: 100%; margin: 0;

    }

    body{ min-height: 100vh; margin: 0; background-color: var(--slate-3); }

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

    I am hoping my solution isn't too much and could have been accomplished with way less code.

    LuccaMauroMolina• 130

    @LuccaMauroMolina

    Posted

    esta bueno, fijate que en el responsive no se ajusta muy bien, en algunas partes se cortan, pero en general esta bastante bien el codigo

    0
  • P
    Adam Whitehouse• 110

    @adamwhitehouse95

    Submitted

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

    Happy to have completed the project without too many issues. Regular commits and Google helped me finish. Next time i would add an image of myself instead.

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

    I didnt know how to transisition out, but found a neat article explaining you have to place a transition on the non-pseudo element for the transition out and a transition on the pseudo element for the transition in.

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

    I would really like to know how my code is, any problems, anything i could improve on. Some feedback would be greatly appreciated because i feel confident but i know its not perfect and without guidance i wont know what to change.

    LuccaMauroMolina• 130

    @LuccaMauroMolina

    Posted

    Esta muy bueno, lo unico que arreglaria el css, o sea ajustaria la card para que sea mas chica y le pondria cursor en cada uno de esos botones para que quede mejor, pero esta bastante bueno

    0
  • LuccaMauroMolina• 130

    @LuccaMauroMolina

    Submitted

    que podria mejorar en este proyecto? que otras cosas podria agregar o usar?

    LuccaMauroMolina• 130

    @LuccaMauroMolina

    Posted

    para no poner tantas etiquetas p como puse antes, como hago para acomodar bien los textos como en el design

    0