gpt4 book ai didi

html - 透视文本不适合 CSS

转载 作者:太空宇宙 更新时间:2023-11-04 07:27:29 24 4
gpt4 key购买 nike

我已尽一切努力使用 CSS 透视图使此文本适合框。但它实际上不适合任何形式。

我当前的代码:

<img src="./img/parcel.png" width="350px">
<div class="centerparcel">
Text on Box Here
</div>

.centerparcel:

position: absolute;
top: 65%;
left: 37.5%;
width: 285px;
font-size: 25px;
vertical-align: top;
transform: translate(-50%, -50%) rotateY(-30deg) rotateX(0deg);

但它看起来很局促和压扁..

enter image description here

是否有额外的旋转功能可以使这更容易,还是我必须继续尝试直到我做对为止?

最佳答案

感谢 CBroe 通过评论“添加一些倾斜以获得正确的效果”来帮助我解决这个问题。

直到现在我才知道倾斜是一种风格。

我解决的代码:

transform: translate(-50%, -50%) skewY(8deg);

关于html - 透视文本不适合 CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49749119/

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