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

  • @caio-alcantara

    Submitted

    The first time I did this challenge I used Flexbox. Now that I'm learning Grid, I decided to restart it and give it a try. The mobile part went just fine, my problem is just positioning those two cards on the side in the middle of the grid. I've tried all types of aligns/justify: center, and nothing worked. Why's that? How can I fix it? Thank you already

    @Rolfy229

    Posted

    This is how I did it myself, use *for the first card (supervision), position: absolute; margin-top: 255px ; margin-right: 755px; *and for the second card, i have used the same code but instead of margin-right put margin-left, and then, depending on your css you can modify the margin

    1