gpt4 book ai didi

css - 如何在css3中缩放容器的宽度

转载 作者:太空宇宙 更新时间:2023-11-04 15:52:54 25 4
gpt4 key购买 nike

如何使用 css3 转换缩放元素以占据浏览器的全部宽度和高度?我可以使用缩放功能。但是我该如何计算应该用于缩放的因子?

最佳答案

这是一个 webkit 的例子(Chrome,Safari)

http://jsfiddle.net/dM8zL/

#expandme {
width: 10%;
height: 10%;
margin: 0 auto;
background: red;
position: fixed;
}
#expandme:hover {
width: 100%;
height: 100%;
position: fixed;
-webkit-transition: all .2s ease-in-out;
}

关于css - 如何在css3中缩放容器的宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10959148/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com