1 Star 0 Fork 397

Plaid/html_css_demo

forked from YanH/html_css_demo 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
21.html 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
YanH 提交于 2021-10-21 01:32 +08:00 . 首次提交
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>纯CSS实现漂亮的加载动画</title>
<link rel="stylesheet" href="../css/21.css">
</head>
<body>
<div class="loading">
<!-- 【--x是自定义属性,在后面样式中会用到】 -->
<div style="--x:0"></div>
<div style="--x:1"></div>
<div style="--x:2"></div>
<div style="--x:3"></div>
<div style="--x:4"></div>
<div style="--x:5"></div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/plaidweb/html_css_demo.git
git@gitee.com:plaidweb/html_css_demo.git
plaidweb
html_css_demo
html_css_demo
master

搜索帮助