@Gabrieldev-web-coderSubmitted over 3 years ago
This challenge make me do bad practice like use (!Important) and manipulate the grid with position, things that i think can be better.
Hope you can help me, any other feedback is welcome.
This challenge make me do bad practice like use (!Important) and manipulate the grid with position, things that i think can be better.
Hope you can help me, any other feedback is welcome.
I've only just started myself, but I think it's important to work out why you needed to use the !important, then go back and amend your code to avoid it.
When I attempted this one I created the cards at a fixed size in pixels and positioned them on a grid of 3 cols vs 2 rows, and then used span to make a card bridge the two rows so it was centred.