+ 2
How do you use a picture that you made your self as a background.
And what is the perfect size there for.
4 Respostas
+ 5
<style>
body {
background-image: url("IMAGE URL");
}
</style>
+ 1
<style>
body{
background: URL(image.jpg):
}
</style>
- 1
Css
background -image tag