7 lines
98 B
CSS
7 lines
98 B
CSS
#dom-node {
|
|
background-color: white;
|
|
color: black;
|
|
width: 500px;
|
|
height: 500px;
|
|
}
|