@javieralas05Submitted over 3 years ago
I tried using flexbox for initial positioning and grid for the card. I used sass as my pre-procesor of choice. My main goal was to make it a simple as possible, any observation is highly appreciated.
I tried using flexbox for initial positioning and grid for the card. I used sass as my pre-procesor of choice. My main goal was to make it a simple as possible, any observation is highly appreciated.
your card looks like the one provided and your code was readable for me, but I think you missed one part of the hover action. When you hover over the learn more button, it is supposed to inherit the color of the card it is made for. once that is implemented, I your solution would be good.