html_css_demo/html/19.html

19 lines
448 B
HTML

<!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/19.css">
</head>
<body>
<div class="loading">
<span class="top"></span>
<span class="bottom"></span>
</div>
</body>
</html>