animate.css动画示例demo集合代码
代码语言:html
所属分类:动画
代码描述:animate.css动画示例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: #999; } .list { width: 1000px; margin: 0 auto; } dl { width: 1000px; margin: 10px auto; overflow: hidden; } dt { float: left; width: 1000px; padding: 5px 0; border-bottom: 1px solid #ddd; font-weight: 700; } dd { float: left; margin: 10px 10px 0 0; padding: 5px 10px; background-color: #eee; cursor: pointer; } .explain { display: none; margin-top: 20px; margin-bott.........完整代码请登录后点击上方下载按钮下载查看
网友评论0