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

25 lines
352 B
CSS

div.only-before::before {
content: 'JustBefore';
}
div.only-after::after {
content: 'JustAfter';
}
div.both::before {
content: 'BothBefore';
}
div.both::after {
content: 'BothAfter';
}
#dom-node {
background-color: white;
color: black;
font-family: monospace;
font-size: 20px;
height: 400px;
width: 400px;
}