how fo you add an image to atext background from your gallery | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

how fo you add an image to atext background from your gallery

image

5th Jun 2020, 3:45 PM
Murdin Myers
Murdin Myers - avatar
2 ответов
0
To do it, I would put a background image on that paragraph on css. CSS: p{ background-image: url("your image's location") } /*On url, you need to write .jpg our .png, depending on the type of your image*/
5th Jun 2020, 3:54 PM
Alexandre
Alexandre - avatar