+ 1
How to change background colo?
How do you change background color
3 Answers
+ 3
Just go through the lessons. You'll figure it out.
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_styles_background-color
https://www.w3schools.com/cssref/pr_background-color.asp
+ 2
by using css you can change Bgcolor and can to do animated bg
for example
body{
animation: 6s bg infinity; }
@webkit-keyframes bg {
0%{background:#f0f;}
100%{background:#0f0;}}
try it yourself đđđ
0
{ body
backround-color: gray}
you can choose any backround color you want