本文采用的是直接在文章页中声明按钮的样式,无需安装任何插件及其它的代码配置,只要两步就能搞定,简单易用,轻松上手。
html 代码:<div id="download">
<a style="border-radius: 5px; color: #fff; background-color: #32a5e7; border: 2px solid #32a5e7; text-indent: 0; padding: 8px 25px 9px;"href="https://dorcandy.cn/">
按钮样式
</a>
</div>
以下是本小站右边侧边栏按钮是代码
html 代码:<div>
<a style="display: block; text-align: center; border-radius: 5px; color: #fff; background-color: #32a5e7; border: 2px solid #32a5e7; text-indent: 0;"href="https://blog.dorcandy.cn/">
<i class="fa fa-child"></i>
吃糖博客
</a>
</div>