Anybdy can tell me how fix background wallpaper with html and its css propertis means how to attract style i apply... Ans plz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anybdy can tell me how fix background wallpaper with html and its css propertis means how to attract style i apply... Ans plz

In html

17th Sep 2017, 12:08 AM
Ganesh Sonwane
Ganesh Sonwane - avatar
4 Answers
+ 1
The property you need is: background-attachment: fixed; Hint: you could create parallax background scroll effect with it. Happy coding!
17th Sep 2017, 4:01 AM
Benneth Yankey
Benneth Yankey - avatar
+ 4
if you want to change color of background go to your body tag and write <body style=" background-color:red;">...</body> it would be better if you use an external css file thou.
17th Sep 2017, 1:35 AM
OUMAS Abdellah
OUMAS Abdellah - avatar
0
Thnx for ans.... But my quetion is how to fix background image???
17th Sep 2017, 3:04 AM
Ganesh Sonwane
Ganesh Sonwane - avatar
0
Thanks.... Happy coding
17th Sep 2017, 4:03 AM
Ganesh Sonwane
Ganesh Sonwane - avatar