Background color
How do you add a background color in css?
RYANTADIPARTHI (6001)
Solution
try this in css.
<style>
body {
background-color: red;
}
</style>
like that.
RYANTADIPARTHI (6001)
@Coder2404 no problem.
Coder2404 (361)
Thanks for helping me [email protected]
RYANTADIPARTHI (6001)
@Coder2404 glad to help :)
body {
background-color: white;
}
Ok lemme see if it works- @thewaydu
@thewaydu And...
@thewaydu It works, thanks
@Coder2404, do you know how to make a comment an answer, because i would suggest doing that because it closes the comment so people the the question is solved.
Oh [email protected]