Can I add RGB color on my CSS code? If yes, how is possible? Plz help , I'm suffering much for this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

25th Sep 2022, 5:36 PM
Debajit Das
Debajit Das - avatar
2 Answers
+ 4
Example: #demo { background:rgb(255,0,0); ... }
25th Sep 2022, 5:48 PM
NinjaGamer
NinjaGamer - avatar
0
You can also use "background-color" attribute instead of using "background" only
27th Sep 2022, 12:18 PM
Elia N Lameck
Elia N Lameck - avatar