码迷,mamicode.com
首页 > 其他好文 > 详细

试试markdown

时间:2018-01-07 20:11:13      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:ice   add   margin   line   标题   key   cal   ble   ase   

标题1

标题2

哈哈

水电费是否是

  • 12
  • 2323
  • 123213
  • 3453
  • 34533

hello

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Document</title>
  <style>
    *{
      margin: 0;
      padding: 0;
    }
    .heart{
      font-size: 32px;
      color: #F0F;
      height: 500px;
      text-align: center;
      line-height: 500px;
      animation: jump 3s ease-out infinite;
    }

    @keyframes jump {
      0%{
        color: #F0F;
        font-size: 32px;
      }
      50%{
        color: #f00;
        font-size: 160px;
      }
      100%{
        color: #F0F;
        font-size: 32px;
      }
    }
  </style>
</head>
<body>
  <div class="heart">?</div>
</body>
</html>

试试markdown

标签:ice   add   margin   line   标题   key   cal   ble   ase   

原文地址:https://www.cnblogs.com/linyufeng/p/8229113.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!