0
Can HTML be used to insert a background image on your Web page design?
Kinda putting a logo or picture blurry I the background before the content of the Web page. I'm thinking CSS can be used. If not, which will be used?
1 Respuesta
0
css:
body {
background-image: url("Link of image");
}