今天是2024年11月24日 第47周 星期日
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
“User:残叶无影/common.css”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“/*Sakura animation using WebGL. No images are used. The framerate might be slow or the demo might not play at all in some older systems so you can watch this video:…”) 标签:移动网页编辑 移动版编辑 |
(没有差异)
|
2020年8月21日 (五) 11:20的版本
/*Sakura animation using WebGL. No images are used. The framerate might be slow or the demo might not play at all in some older systems so you can watch this video: http://www.screenr.com/BFZ8. Let me make it clear that I did not make this and just thought is was very cool and wanted to share it. */ body { padding:0; margin:0; overflow:hidden; height: 600px; } canvas { padding:0; margin:0; } div.btnbg { position:fixed; left:0; top:0; box-shadow: 0px 0px 15px #ccc; } div.btnbg:hover{ text-shadow: 0px 0px 3px #ccc; box-shadow: 0px 0px 20px #ccc; }