Background Screen



Select File  > Custom Code > Custom code Style


Add CSS background-color Property


The background-color property sets one or more background color for an element.



body {

  background-color: RED;

}




Result on overview :






Text is available under the Creative Commons Attribution-ShareAlike License