Looking for a layout similar to this: https://i.sstatic.net/BTuED.png
- Need a responsive design using Bootstrap 3
- The purple block (col-sm-7) with a fixed height, but it can be optional
- The blue block (col-sm-5) with a variable height (not dynamic), and it's also optional
- Text at the bottom (green) should wrap around the purple and blue blocks, taking up the full width (col-sm-12)
- Blocks can have additional classes based on the presence of other blocks
- In mobile view, the blocks should be stacked:
https://i.sstatic.net/XJL9E.png
Is it feasible to achieve this layout using Bootstrap markup and CSS? How can it be done?