css3 监控横屏,内容旋转90度
Posted wx62d1485ecb778
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css3 监控横屏,内容旋转90度相关的知识,希望对你有一定的参考价值。
@media screen and (orientation : landscape)
html
width: 100vh;
height: 100vh;
transform: rotate(90deg);
transform-origin: 50vw 50vw;
以上是关于css3 监控横屏,内容旋转90度的主要内容,如果未能解决你的问题,请参考以下文章