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

10 lines
185 B
CSS

#dom-node {
font-size: 16px;
width: 100px;
height: 100px;
background-color: red;
border-color: black;
border: solid;
border-width: 10px 10px 0.625em 10px;
}