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

23 lines
231 B
CSS

#dom-node {
width: 100px;
}
.red {
background-color: #ff0000;
}
.green {
background-color: green;
}
.blue {
background-color: #0000ff;
}
.red,
.green,
.blue {
height: 3px;
border: 1px solid lightgrey;
}