Answers for "css orientations"

CSS
0

css orientations

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
/* your CSS to target only landscape mobile users */
}
Posted by: Guest on January-10-2022

Browse Popular Code Answers by Language