I would like to achieve the following: I would like to place text over an image, in such a way that the text is centered on image both horizontally and vertically.
I tried this with Flexbox, but failed miserably. Who can help me? What is the easiest way to do this? Is the Flex module the right one?
Hello @richards
Thank you for your support. It works. But i have a new Problem:
The Div with the White Background and Text cointaining, should be the full-width. With the Class w-100 the Containers go wider than de outer Div, beacause there is a padding. How can i solve this, when i want the padding?