2015年5月

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>CSS3-面包屑导航</title> 
<style>
ul.breadcrumb {
    padding: 8px 16px;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {color: green;}
</style>
</head>
<body>

<h2>面包屑导航</h2>
<ul class="breadcrumb">
  <li><a href="#">首页 </a></li>
  <li><a href="#">前端 </a></li>
  <li><a href="#">HTML 教程 </a></li>
  <li>HTML 段落</li>
</ul>

</body>
</html>

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>按钮动画</title>
    <link rel="stylesheet" href="">
    <style>
    .button{
        display: inline-block;
        border-radius: 4px;
        background-color: #f4511e;
        border: none;
        color: white;
        text-align: center;
        font-size: 28px;
        padding: 20px;
        width: 200px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }
    .button span{
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }
    .button span:after{
        content: '»';
        display: inline-block;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }
    .button:hover span{
        padding-right: 25px;
    }
    .button:hover span:after{
        opacity: 1;
        right: 0;
    }
    </style>
</head>
<body>
    <button class="button"><span>Hover </span></button>
</body>
</html>

小小导航
网盘
wodemo网盘
php定位当前用户城市
Photo2Text
图转字符
patorjk

ASCII Text

http://www.kammerl.de/ascii/AsciiSignature.php
https://www.branah.com/ascii-converter
http://patorjk.com/
http://patorjk.com/software/taag/#p=display&f=Big&t=52M%0A
https://github.com/abcfy2/motd

工资计算器

bing每日图片
无所不能的Chrome-->代码编辑器
Cmd Markdown编辑器
好用的Markdown编辑器一览

在线ORC工具

onlineocr
free! 在线文字识别
convertpdftoword
转换器
百度OCR识别
百度OCR识别企业版

Chrome 内置编辑器

data:text/html,<body oninput="i.srcdoc=h.value+'<style>'+c.value+'</style><script>'+j.value+'</script>'"><style>textarea,iframe{width:100%;height:50%}body{margin:0}textarea{width:33.33%;font-size:18}</style><textarea placeholder=HTML id=h></textarea><textarea placeholder=CSS id=c></textarea><textarea placeholder=JS id=j></textarea><iframe id=i>



在线生成二维码

qr
Emoji表情更新及时且比较全的网站

https://mp.weixin.qq.com/s/b24iFkH-iZTL7q4Ppyfpkw
生成器

贴图code如 <img src="" title="" />