mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
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;
|
|
}
|