Can we put image at background? If yes then how | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can we put image at background? If yes then how

in html

9th Jul 2018, 3:43 PM
Why Vin4y
Why Vin4y - avatar
3 Answers
+ 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
9th Jul 2018, 3:45 PM
Alexander Sokolov
Alexander Sokolov - avatar
+ 1
thanx for answer
9th Jul 2018, 3:48 PM
Why Vin4y
Why Vin4y - avatar
+ 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;)
17th Jul 2018, 4:24 PM
Hashtag
Hashtag - avatar