MENU
Resolution Units
eg.
@media print and (min-resolution: 300dpi) {
p { color: red; }
}
- 100dpcm: 100 dots per centimeter
- 72dpi: 72 dots per inch
- 10dppx: 10 dots per px
- 1x: 1dppx
eg.
@media print and (min-resolution: 300dpi) {
p { color: red; }
}