Answers for "background rgb css"

26

css background color

body {
  background-color: green;
}
Posted by: Guest on February-03-2020
5

background color css rgb

body {
  background-color: rgb(255,255,255);
}
Posted by: Guest on April-07-2020
12

rgba red color

rgb(255,0,0)  /*red*/  Hex  #FF0000
Posted by: Guest on July-07-2020

Browse Popular Code Answers by Language