I'm working on coding divs using Bootstrap along with HTML and CSS to match an image.
The image I'm referencing can be seen here: https://i.sstatic.net/SvdFA.png
My goal is to have 3 of these images displayed side by side using Bootstrap. However, the challenge I'm facing is how to split each section into a top and bottom half, as shown in the example photo.
Is there a simple way to achieve this? I envision the top part of the div having a unique background color, the image aligned on the left, text next to it on the right, and the bottom part with a different color.
Any advice or suggestions would be greatly welcomed!