试试markdown

Posted linyufeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了试试markdown相关的知识,希望对你有一定的参考价值。

标题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的主要内容,如果未能解决你的问题,请参考以下文章

markdown PHPExcel Notes和代码片段

markdown Git代码片段

markdown 岩组代码片段

markdown [magento] - 代码片段

markdown 在WordPress中使用jQuery代码片段

markdown 打字稿...编码说明,提示,作弊,指南,代码片段和教程文章