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

12 lines
161 B
CSS

#dom-node {
height: 100px;
width: 200px;
background-color: lightgrey;
text-align: center;
padding: 1em;
}
#result {
margin-top: 10px;
}