0
Can I add RGB color on my CSS code? If yes, how is possible? Plz help , I'm suffering much for this
Help for web design
2 Antworten
+ 4
Example:
#demo
{
background:rgb(255,0,0);
...
}
0
You can also use "background-color" attribute instead of using "background" only