gpt4 book ai didi

html - 如何防止在div中旋转文本?

转载 作者:行者123 更新时间:2023-11-28 07:45:44 26 4
gpt4 key购买 nike

我有这样的菜单Fiddle ,我的问题是如何防止在每个 div 元素内旋转文本?

代码:

.myClass{
background-color: #fff;
box-shadow: -1px 1px 1px #aaa;
width: 150px;
height: 70px;
line-height: 70px;
text-align: center;
display: inline-block;
margin-right: 2px;
border-radius: 10px;
color: #999;
font-size: 20px;
transform-style: preserve-3d;
transition: all 1.0s linear;

}


.myClass:hover{
transform: rotateY(180deg);
box-shadow: -5px 5px 5px #aaa;
}

<div class="myClass">Home</div>
<div class="myClass">Members</div>
<div class="myClass">Pictures</div>
<div class="myClass">Extra</div>

提前致谢

最佳答案

您可以尝试向前旋转 90 度,向后旋转 90 度,而不是 180 度。它看起来像一个 180 度的变换。

改变第一个90deg后的颜色、边框等,以获得更好的视觉效果。

干杯

关于html - 如何防止在div中旋转文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30711794/

26 4 0
文章推荐: html - CSS 微调器序列在 iOS Chrome 中运行不流畅?
文章推荐: html - 在电子邮件签名中使用高级 ccs 图标
文章推荐: c++ - 在 QT Creator 中封装 UI 还是传递指向 UI 的指针更好?
文章推荐: javascript - 当我向下还原页面时,很少有
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com