forked from x/ContextOS
9 lines
106 B
CSS
9 lines
106 B
CSS
canvas {
|
|
border: solid 1px green;
|
|
}
|
|
.demo {
|
|
float:left;
|
|
margin-right:10px;
|
|
border: solid 1px green;
|
|
}
|