6 lines
72 B
CSS
6 lines
72 B
CSS
#mynetwork {
|
|
height: 500px;
|
|
width: 500px;
|
|
background-color: black;
|
|
}
|