+ 2
Can we put image at background? If yes then how
in html
3 Respostas
+ 5
Hello, Vinay chavhan !
<style>
body {
background-image:url(path/image);
}
</style>
By the way, you can pay attention to the lesson from SoloLearn
https://www.sololearn.com/learn/CSS/2247/?ref=app
+ 1
thanx for answer
+ 1
#Why Vin4y moreover, as default, in case your image is too small, a property background-repeat with value repeat is set. You can turn it off (background-repeat:no-repeat;)