世界是缘的

百变是每个人的特性!!!!

导航

2016年8月19日 #

一个简洁的计算器

摘要: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <title>计算器</title> <style type="text/css"> .box{ width: 500px; height: 750px; background 阅读全文

posted @ 2016-08-19 09:35 世界是缘的 阅读(192) 评论(0) 推荐(0) 编辑

2016年8月4日 #

如何用css3实现一个图片的抖动或者弹跳

摘要: <li onmouseout="this.className='off'"><a href=""><img src="../活力广州_files/admin.png" alt=""></a></li> .off{ -webkit-animation:1s seconddiv; background: 阅读全文

posted @ 2016-08-04 11:55 世界是缘的 阅读(6423) 评论(0) 推荐(0) 编辑

2016年8月2日 #

简单的做一个旋转正六面体吧

摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> body{ perspective: 2000px; background: black; } .wrap{ t 阅读全文

posted @ 2016-08-02 19:25 世界是缘的 阅读(316) 评论(1) 推荐(0) 编辑