Generic · desktop · 2020
Generic 27" 1080p monitor screen size
The budget big-screen class: a 27-inch 1920x1080 VA or IPS monitor at 100% scaling, common in entry gaming setups and cost-conscious offices. At only 82 PPI it is among the coarsest displays still sold in volume — the worst case for font rendering and thin-line UI, which is exactly why it earns a spot in a thorough test matrix.
- CSS viewport
- 1920 × 1080
- Physical pixels
- 1920 × 1080
- Pixel ratio
- 1x
- PPI
- 82
- Screen size
- 27"
Media queries
Target this device (portrait)
@media only screen and (device-width: 1920px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 1920px) {
/* styles */
}Viewport width and down
@media (max-width: 1920px) {
/* styles */
}