0
How to add colour to background
2 Respostas
+ 1
Here's a sample code for inline css
add <style> tag inside the <head> tag and add the following:
body {
background-color: place the color you want here ;
}
0
You can do this using this CSS tag:
background-color: /*Whatever your color is; it can be RGB, RGBA, and hexadecimal as well*/
This question has also been asked before, so I kindly suggest that you use the search bar first before asking.