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

  • @dmolthu

    Submitted

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

    I'm most proud of my ability to solve an issue that I am encountering. During this project I was having some issues with margins, centering text in the middle of a div, etc... but after trying different things to fix it , it finally worked and looks great in my opinion.

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

    I encountered some issues with centering text in the middle of a div (the yellow box that says learning specifically). I overcame it by trying to work with different selectors and messing with some of their properties to manipulate it to work out for me.

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

    So far as of right now I don't need too much help, but I'm still learning how to use certain selectors.

    @MelAnnaCode

    Posted

    Looks really good! Great job!

    1
  • @jmarsic

    Submitted

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

    This is the first time I use CSS variables and use rem's for margin and padding instead of pixels. Next time I will try to use CSS variable name patterns and sort them in some order that I will find most logical.

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

    Well biggest challenge was editing README.md :) Just kidding, although there are many things we can specify to make the project description beautiful. Biggest challenge was to get right ratio of hero component and combine margin with padding so text looks like on design previews.

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

    I didn't like how i hardcoded margin-top for hero component (class hero). I would like if someone tell me a better way of centering components vertically.

    P.S. I know for using display: flex, but then I would need more divs? Correct me if I am wrong.

    @MelAnnaCode

    Posted

    Hi apart from the location of the content I don't see any differences, great job :) you can try to use: display: grid; place-items: center; then you don't have to set the top margin.

    0