how fo you add an image to atext background from your gallery | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
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