0

(Solved) How do I change the background color in a web code?

Iā€™m making a page, and Iā€™m wondering how to change the background of a page, so it isnā€™t white. How do I do that?

26th Jun 2022, 5:55 PM
MyNameIsNotBob
MyNameIsNotBob - avatar
1 Answer
+ 3
You can style the background using CSS on <body>: body { background-color: #ff9900; }
26th Jun 2022, 5:58 PM
Lisa
Lisa - avatar