WordPress字母闪动小工具闪动LOGO
- 网络教程
- 2023-02-21
- 479
代码
<style>
.hg-yj p span {
font: 700 3.7em/1"Oswald", sans-serif;
letter-spacing: 0;
padding: .25em 0 .325em;
display: block;
margin: 0 auto;
text-shadow: 0 0 80px rgb(255 255 255 / 50%);
background: url(/img/footer-logo-bg.png) repeat-y;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: aitf 80s linear infinite;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
}
.hg-yj {
text-align: center;
}
.hg-yj p {
text-transform: uppercase;
letter-spacing: .5em;
display: inline-block;
}
@-webkit-keyframes aitf {
0% {
background-position: 0% 50%;
}
100% {
background-position: 100% 50%;
}
}
</style>
<div class="b2-widget-box">
<div class="html-widget">
<div class="html-widget-content">
<div class="hg-yj">
<p>
<span>LCGAO</span>
让分享创造价值!
<br><br>
</p>
</div>
</div>
</div>
本文由小虎于2023-02-21发表在皮皮云科技,如有疑问,请联系我们。
本文链接:https://pipiy.cn/post/89.html
发表评论