+ 1
Help please
How do I get a back ground because I’m new and need help
5 Respostas
+ 4
Explain your question with proper description about the question 🤔
+ 2
If you mean changing the background color using CSS, then you can do so with this:
body {
background-color: red;
}
You can change red to the color you want, you can even use hexadecimal values for example: #ff0000 for red.
Remember, this solution depends on the structure of the DOM, because you probably used something else to show the objects on, like a canvas.
0
What you means by back ground ??
0
In a game
0
If you want to add a background in CSS, then you should take this course, as it will teach you how to do so:
https://www.sololearn.com/learn/courses/css-introduction
Hope this helps.