+ 1

Help please

How do I get a back ground because I’m new and need help

23rd Jun 2023, 2:10 PM
Unsainted
Unsainted - avatar
5 Respostas
+ 4
Explain your question with proper description about the question 🤔
23rd Jun 2023, 2:52 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 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.
23rd Jun 2023, 2:33 PM
Souhail Ben Belhassen
Souhail Ben Belhassen - avatar
0
What you means by back ground ??
23rd Jun 2023, 2:14 PM
Toufik Hammad
Toufik Hammad - avatar
0
In a game
23rd Jun 2023, 2:15 PM
Unsainted
Unsainted - avatar
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.
26th Jun 2023, 9:35 AM
Danish Zubair
Danish Zubair - avatar