mirror of
https://github.com/konvajs/konva.git
synced 2025-04-24 04:47:32 +08:00
28 lines
311 B
CSS
28 lines
311 B
CSS
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-family: monospace
|
|
}
|
|
|
|
p {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.green {
|
|
background-color: green;
|
|
color: white;
|
|
}
|
|
|
|
.red {
|
|
background-color: red;
|
|
color: white;
|
|
}
|
|
|
|
.row > div {
|
|
display: inline-block;
|
|
background-color: #f0f0f0;
|
|
width: 578px;
|
|
height: 200px;
|
|
}
|