HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/dom-to-image-more/spec/resources/pseudo/style.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: sans-serif;
    font-size: 20px;
    height: 400px;
    width: 400px;
}