zoukankan      html  css  js  c++  java
  • 神兽保佑代码无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;');

  • 相关阅读:
    对我最重要的三个老师
    究竟 javascript 错误处理有哪些类型?
    前端小白凭什么杀进 BAT?
    金九银十,换工作热潮来临!
    适用于Java开发人员的SOLID设计原则简介
    在5分钟内将Spring Boot作为Windows服务启动
    Redis中的Java分布式缓存
    Arrays工具类详解
    SpringBoot整合redis
    java 数组用法详解
  • 原文地址:https://www.cnblogs.com/jessical626/p/7133215.html
Copyright © 2011-2022 走看看