ohctech_p8/dompdf/lib/php-css-parser/tests/files/specificity.css

8 lines
86 B
CSS
Raw Normal View History

2024-10-16 19:18:52 +05:30
#test .help,
#file,
.help:hover,
li.green,
ol li::before {
font-family: Helvetica;
}