Be able to sort out the logic of the grid area quickly.
What challenges did you encounter, and how did you overcome them?The first card was definitely the most challenging one; it had the quote icon in a background position. I tried numerous approaches using positioning, but the icon always ended up in front of the content (I didn't want to use z-index to fix it). So, I ended up discovering that the color could be set with a background
, and then we could set a background-image
and place it where we wanted.
Nothing special, I'll appreciate any feedback. :)