Answers for "what should i write in css to change background color using rbg"

CSS
5

background color css rgb

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

Code answers related to "what should i write in css to change background color using rbg"

Browse Popular Code Answers by Language