mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
21 lines
278 B
CSS
21 lines
278 B
CSS
canvas {
|
|
border: solid 1px green;
|
|
}
|
|
.debug_info {
|
|
border: solid 1px gray;
|
|
margin: 10px 0;
|
|
padding: 0 10px;
|
|
max-height:100px;
|
|
width:380px;
|
|
overflow:auto;
|
|
}
|
|
.debug_info p{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
.demo {
|
|
float:left;
|
|
margin-right:10px;
|
|
border: solid 1px green;
|
|
}
|