Answer the question
In order to leave comments, you need to log in
How to make text on image in bootstrap 4/5?
Hello! Can you please tell me how to make a test on the picture in bootstrap 4/5?
Answer the question
In order to leave comments, you need to log in
To place text over an image, the image and text must be placed in a common container, and the image must be positioned absolutely relative to this container, something like this will look like on bootstrap
<div class="container position-relative">
<img src="imgname.jpg" class="img-fluid position-absolute">
<p>Какой-то текст</p>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question