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

  • Jan 500

    @eljasiu

    Posted

    Hello, you did quite a good job but I would personally change a few things. I would use 'h2' or 'h3' headings instead of 'p' elements in the top section. In the 'container' you do not need 'justify-content: center', because the child elements take the whole width. And in the 'center' you dont need need it as well, because you wrote 'flex-direction: column'. Have a nice day, keep coding!

    1
  • Jan 500

    @eljasiu

    Posted

    Hello, personally I would put #on-top div inside the footer element, and apply "position: relative;" on the footer. It would make positioning the #on-top div easier

    0
  • Dina 460

    @dinakonto

    Submitted

    1. Was CSS grid the right choice here, or do you think flexbox could have served the design better? 1.2) Could I have made the cards flow into their places more easily, ie without having to manually input their grid positions?
    2. Is it possible to animate the movement of cards between media queries? I couldn't find a transition property that seemed to work.
    Jan 500

    @eljasiu

    Posted

    Hello, I think that both Grid and Flexbox is a good option in this project. Just depends on your personal preference:-)

    0