How to put a picture in the background | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to put a picture in the background

background

25th Jan 2017, 4:34 PM
victor
3 Réponses
+ 13
<body style="background:url('source');">
25th Jan 2017, 4:34 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
<body background="myImage.jpg">
25th Jan 2017, 4:45 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 2
In css: body{background-image:url("source");}
25th Jan 2017, 5:22 PM
Aierizer Dániel
Aierizer Dániel - avatar