9 lines
90 B
CSS
9 lines
90 B
CSS
body {
|
|
color: black;
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
div.plot {
|
|
display: inline-block;
|
|
}
|