animate.css动画示例demo集合代码

代码语言:html

所属分类:动画

代码描述:animate.css动画示例demo集合代码

代码标签: demo 集合

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8">

    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/animate.3.5.1.css">
    <style>
        * {
            margin: 0;
            padding: 0;
        }
        ul {
            list-style-type: none;
        }
        body {
            font: 14px "Microsoft Yahei";
            overflow-x: hidden;
        }
        h1 {
            width: 900px;
            margin: 40px auto 100px;
            font: 32px "Microsoft Yahei";
            text-align: center;
        }
        h2 {
            font: 96px "Microsoft Yahei";
            font-weight: 500;
            text-align: center;
            color: #f326c5;
        }
        .wrap p {
            margin-bottom: 100px;
            font: 30px "Microsoft Yahei";
            text-align: center;
            color: #.........完整代码请登录后点击上方下载按钮下载查看

网友评论0