1 Star 0 Fork 0

yezhechenyang/website-collect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
yezhechenyang 提交于 2021-01-09 13:39 . add meta charset
<!DOCTYPE html>
<html>
<head>
<title>集优秀酷站于一身,壮哉!</title>
<meta charset="utf-8" />
<style>
* { margin: 0; padding: 0 }
html { font-size: 20px }
body { text-align: center }
h1 {
font-size: 1.5rem;
padding: .25rem 0 .25rem 0;
background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-animation: hue 60s infinite linear;
}
@-webkit-keyframes hue {
from {
-webkit-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
}
}
</style>
</head>
<body>
<h1>恭喜发现宝藏酷站,绝不虚此行!</h1>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/yezhechenyang/website-collect.git
git@gitee.com:yezhechenyang/website-collect.git
yezhechenyang
website-collect
website-collect
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385