fywithme

Results 18 comments of fywithme

19 陈黎铭 [单元格变色](https://fywithme.github.io/04zuoye/index.html)

19 陈黎铭 [打字效果实现](https://fywithme.github.io/test/index.html)

19 陈黎铭 [下雪](https://fywithme.github.io/snow/index.html)

19 陈黎铭 [模拟窗口](https://fywithme.github.io/day1123/index.html)

19 陈黎铭 [WebStroage](https://fywithme.github.io/day1212/index.html)

19 陈黎铭 今天完成的代码如下 (下雪效果) body { background: url(img/apple2.jpg); color: white; font-family: 'Petit Formal Script', cursive; overflow: hidden; } .title { position: absolute; text-align: center; top: 50%; left: 50%; -webkit-transform: translate3d(-50%,...

19 陈黎铭 随机背景 #banner{ width: 600px; height: 400px; margin: auto; text-indent: -999em; } var sStr="01.jpg|02.jpg|03.jpg"; var aStr=sStr.split("|"); var oBanner=document.getElementById('banner'); var num=parseInt(Math.random()*3); oBanner.style.backgroundImage="url(img/"+aStr[num]+")";

19 陈黎铭 [菜单](https://fywithme.github.io/day1116/index.html)

19 陈黎铭 [表格效果](https://fywithme.github.io/day1117/index.html)