
demo
蓝草毁灭
励志成为大前端!
展开
-
css3制作时钟
时钟 body{} ul{list-style: none;} h1{text-align: center;color:#333;margin-top: 40px;font-family: "Microsoft Yahei"} .clock{position: relative;width: 200px;height: 200px;border-radius: 100%;bac原创 2016-04-26 15:29:41 · 168 阅读 · 0 评论 -
五子棋
五子棋的html: 五子棋 相关CSS: canvas{ display: block; margin:50px auto; box-shadow: -2px -2px 2px #EFEFEF,5px 5px 5px #B9B9B9; } 主要的脚本(原生JS): var chessBoard=[]; var me=tru原创 2016-04-26 14:56:10 · 112 阅读 · 0 评论 -
随手写的一张移动端页面
活动详情 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0; } html { font-size : 22.5px; }原创 2016-04-26 15:33:02 · 691 阅读 · 0 评论