1 Star 0 Fork 0

bgoonz/GIT-HTML-PREVIEW-TOOL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gradient.css 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
bgoonz 提交于 2021-03-25 19:30 . readme and styling
body {
background: linear-gradient(-45deg, #da0000, #0008ffe5, #23d5a2d8, #2f2fbce5);
background-size: 400% 400%;
-webkit-animation: gradient 15s ease infinite;
animation: gradient 15s ease infinite;
}
@-webkit-keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bgoonz/GIT-HTML-PREVIEW-TOOL.git
git@gitee.com:bgoonz/GIT-HTML-PREVIEW-TOOL.git
bgoonz
GIT-HTML-PREVIEW-TOOL
GIT-HTML-PREVIEW-TOOL
master

搜索帮助