M
M
Mister Cat2021-02-24 15:05:45
Bootstrap
Mister Cat, 2021-02-24 15:05:45

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

1 answer(s)
A
Arthur Sh, 2021-02-27
@MisterCat

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 question

Ask a Question

731 491 924 answers to any question