• 神兽保佑代码无bug O(∩_∩)O


    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title></title>
    <style type="text/css">

    .gomyblog {
    display:inline-block;
    animation:lol 0.5s infinite 3s;
    -webkit-animation:lol 0.5s infinite 3s;

    }
    @keyframes lol {
    0% {transform:rotate(0deg)}
    33% {transform:rotate(30deg)}
    66% {transform:rotate(0deg)}
    100% {transform:rotate(-30deg)}
    }
    @-webkit-keyframes lol {
    0% {-webkit-transform:rotate(0deg)}
    33% {-webkit-transform:rotate(30deg)}
    66% {-webkit-transform:rotate(0deg)}
    100% {-webkit-transform:rotate(-30deg)}
    }

    </style>
    </head>
    <body>
    <pre>
    **
    *  ┏┓   ┏┓+ +
    * ┏┛┻━━━┛┻┓ + +
    * ┃       ┃  
    * ┃   ━   ┃ ++ + + +
    <span class="gomyblog">* ████━████ ┃+</span>

    * ┃       ┃ +
    * ┃   ┻   ┃
    * ┃       ┃ + +
    * ┗━┓   ┏━┛
    *   ┃   ┃           
    *   ┃   ┃ + + + +
    *   ┃   ┃
    *   ┃   ┃ + 神兽保佑
    *   ┃   ┃ 代码无bug  
    *   ┃   ┃  +         
    *   ┃    ┗━━━┓ + +
    *   ┃        ┣┓
    *   ┃        ┏┛
    *   ┗┓┓┏━┳┓┏┛ + + + +
    *    ┃┫┫ ┃┫┫
    *    ┗┻┛ ┗┻┛+ + + +
    *
    </pre>
    </body>
    </html>

    console.log('%chello world', 'background-image:-webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );color:transparent;-webkit-background-clip: text;font-size:5em;');

  • 相关阅读:
    数据库从sql 2000迁移到SQL 2005遇到的问题
    转:好用的抓取dump的工具ProcDump
    普通程序员回顾2010
    jQuery 结合 Json 提交数据到Webservice,并接收从Webservice返回的Json数据
    matplotlib 设置图形大小时 figsize 与 dpi 的关系
    Pandas 常见用法个人随笔
    python f.readlines() 会耗完所有内存
    推荐系统学习材料
    查看更多折叠动画(中间内容高度不确定)
    Entity Framework CodeFirst For Oracle
  • 原文地址:https://www.cnblogs.com/jessical626/p/7133215.html
Copyright © 2020-2023  润新知