How do you use a picture that you made your self as a background. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you use a picture that you made your self as a background.

And what is the perfect size there for.

30th Nov 2016, 8:16 AM
Jan Jaap
Jan Jaap - avatar
3 Answers
+ 5
<style> body { background-image: url("IMAGE URL"); } </style>
30th Nov 2016, 9:41 AM
Wen Qin
Wen Qin - avatar
+ 1
<style> body{ background: URL(image.jpg): } </style>
30th Nov 2016, 9:51 AM
Sandeep Chatterjee
- 1
Css background -image tag
30th Nov 2016, 8:51 AM
Andreas K
Andreas K - avatar