我有一个巨大的项目是使用Google Chrome浏览器为横向桌面计算机制作的。
但突然之间的要求是它现在必须在Portrait计算机上运行(它不是移动/ ipad /平板设备,而是一体化触摸屏计算机)。我正在寻找一些聪明的方法,但仍然找不到。
HashValidation.new(id: KlassValidation.new(Integer, required: true))
现在我需要将这个:<div id='i_wasdesigned_for_landscape'>
Landscape: My texts are horizontally from left to right
<button>left to right: 1</button>
<button>left to right: 2</button>
</div>
放入纵向屏幕
我怎么能适合它?
答案 0 :(得分:0)
使用:
transform: rotate(-90deg);
zoom: 0.95;