ESH/dompdf/lib/php-css-parser/tests/files/specificity.css
2024-10-23 18:28:06 +05:30

8 lines
86 B
CSS

#test .help,
#file,
.help:hover,
li.green,
ol li::before {
font-family: Helvetica;
}