how fo you add an image to atext background from your gallery | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
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