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

13 lines
270 B
CSS

#dom-node {
width: 100px;
height: 100px;
background-color: white;
color: black;
}
.with-background {
background: url(/base/spec/resources/css-bg/image.jpeg) no-repeat left top;
background-size: 100px 100px;
width: 100px;
height: 100px;
}