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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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