Border style of center panel



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.



#main {

  border: solid 3px red;

}



TIP : for no border write none


Result on overview :






Text is available under the Creative Commons Attribution-ShareAlike License