Loading

博客园美化 - 公告栏添加动态时钟

页面定制CSS代码

/* 定制公告栏时钟位置 */
#clockdiv {
    /* left, center, right */
    text-align: center;
}

博客侧边栏公告(支持HTML、JS代码)

<!-- 添加公告栏时钟 -->
<div id="clockdiv">
    <canvas id="dom" width="200" height="200">时钟canvas</canvas>
</div>
<script type="text/javascript" src="https://files.cnblogs.com/files/shwee/clock.js"></script>
posted @ 2022-03-19 12:00  刘跑跑  阅读(60)  评论(0编辑  收藏  举报