0
How do insert background image
b
6 Respuestas
+ 2
Use css
+ 3
@Joker Yeah that's vetter styling but yeah, my code works just for insertion
+ 2
body{
background-image:url("Link to image");
}
+ 2
<div style="background-image:url('/pix/samples/bg1.gif');padding:5px;width:150px;height:200px;border:1px solid black;">
</div>
+ 2
use
background-size: cover
0
how to resize the background image