方向:景观锁定 - HTML& CSS

时间:2017-12-22 14:22:15

标签: html css

我想在我的应用程序上设置一个页面orientation:landscape,这就是我这样做的方式。我的下面的代码没有做到这一点。我错过了什么?

 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1281px) 
and (orientation : potrait)
{
    html {
    transform: rotate(-90deg);

  }
}

0 个答案:

没有答案