效果预览

代码

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>个人主页网 - www.gerenzhuye.com</title>
<style>
* {
margin: 0;
padding: 0;
}
.mask {
background-color: #000;
height: 100vh;
position: relative;
}
.words {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 80px;
}
.words:nth-child(1) {
color: transparent;
-webkit-text-stroke: 2px #03a9f4;
}
.words:nth-child(2) {
color: #03a9f4;
animation: water 2s ease-in-out infinite alternate;
}
@keyframes water {
0% {
clip-path: polygon(31% 61%,53% 65%,77% 67%,100% 68%,100% 100%,0% 100%,0% 35%,13% 52%);
}
100% {
clip-path: polygon(51% 68%,71% 59%,86% 44%,100% 24%,100% 100%,0% 100%,0% 72%,28% 71%);
}
}
</style>
</head>
<body>
<div class="mask">
<div class="words">Loading...</div>
<div class="words">Loading...</div>
</div>
</body>
</html>
文章最后更新于 2024-10-29 14:25:12
其他资源 · HTML代码
作者:feiyu
1. 本网站部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。
2. 本网站一切内容不代表本站立场,并不代表本站赞同其观点和对其真实性负责。
3. 版权&许可请详阅 版权声明
留言
提交
提交
提交
来发第一个留言啦~
本网站由 个人主页网 强力支持 赣ICP备18003209号-7