html 图像填充文本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 图像填充文本相关的知识,希望对你有一定的参考价值。
@keyframes filling {
from{
background-position: center 25%;
}
to {
background-position: center 50%;
}
}
.container-text {
background-image: url('https://static.pexels.com/photos/4827/nature-forest-trees-fog.jpeg');
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
color: #FFFFFF;
padding-top: 20px;
font-size: 170px;
font-family: 'Bungee', cursive;
animation: filling 3s ease forwards;
}
<div class="container-text">
Nature
</div>
以上是关于html 图像填充文本的主要内容,如果未能解决你的问题,请参考以下文章
我有一个带有图像和文本的按钮 - 如何给文本本身填充?
从绘制在图像上的文本中删除顶部和底部填充
windows phone 8 共享图像以及预填充的文本
如何减少 UITabBarItem 图像和文本之间的垂直填充?
在 SwiftUI 中向 TextField/SecureField 添加图像,向占位符文本添加填充
当我们在文本和图像之间切换按钮内容时,如何停止 SwiftUI 更改固定填充?