I thought what I\'m trying to do would be pretty easy to do but I just can\'t make it work.
I tried to do pull-left on bootstrap cards and panels and it\'s not working t
There are a few different ways you could do this. Here's one way using the flex-row
and flex-wrap
utility classes to change the layout of elements inside the card...
https://www.codeply.com/go/l1KAQtjjbA
Here's another approach using the grid...
https://www.codeply.com/go/l1KAQtjjbA
I'm not sure why you have text-center
as nothing it centered in the desired example image.