+ 1
how can I put a background in a web pege
3 Réponses
+ 9
In the CSS:
.class {
background-image: url(url_here);
}
+ 1
any one to answer¿
0
in css file
body{
background-image: url("url" ) ;
background-repeat: no-repeat;
}
in html file
<link rel="stylesheet" href="name of file.css">