关于博客的蝴蝶,butterfly

之前看到有些十分漂亮的博客,有个蝴蝶的特效,这种感觉就很好。

这特了很久(自己拖延症犯了,也不知道如何下手,typecho不知道怎么玩)

俩文件css文件、html(svg)文件
html文件

css文件

主题里的index.php文件首行加上代码:

<?php $this->header(); ?>
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/butterfly.css'); ?>">
<div id="butterfly"><?php include('js/butterfly.html'); ?></div>

本文链接:

https://blog.232931.xyz/index.php/archives/37/
1 + 1 =
快来做第一个评论的人吧~