Files
granblue-party/node_modules/dom-to-image-more/spec/resources/style/style.css
2026-04-13 07:15:44 +00:00

12 lines
152 B
CSS

#dom-node {
width: 100px;
height: 100px;
background-color: blue;
}
.child {
width: 100%;
height: 50%;
background-color: red;
}