Colleagues, good afternoon. Do not tell me where I can see an example of implementation, layout on Bootstrap, where after the background element (first section), another layer visually goes, without an image (second section), but a layer with a fixed width is inserted between the first and second sections, inside which some text.
Sample layout in the attachment.
Please tell me where to dig?

position:relativeand inside add a layer that will have the following css code:position:absolute; background:#2BF4A1; top:-50%; right:0; width:100%; z-index:99999;position:absolute; background:#2BF4A1; top:-50%; right:0; width:100%; z-index:99999;But is this the right decision in terms of using the capabilities of the Bootstrap framework? - Artem S Ko