+ 1
How can ı change Background image
4 Answers
+ 4
background-image: url('image url here');
+ 4
body {
background-image: url("https://Image.jpeg");
}
0
This will help you:
https://code.sololearn.com/WLpJTMTqV4Bl/?ref=app
- 3
Or with @keyframes or with jQuery animations...