网站通用精美的按钮风格广告位HTML代码

源码介绍

源码由HTML+CSS+JS组成,双击html文件可以本地运行效果,也可以上传到服务器里面,

更多好看的特效代码可以搜索QQ沐编程,觉得有帮助的话可以CTRL+D收藏一下本站

<style>
   .link-container {
        display: inline-block;
    }
   .link-container a {
        display: inline-block;
        padding: 2px 6px; /* 修改了这里的 padding 值 */
        margin: 5px 5px;
        text-decoration: none;
        color: white;
        border-radius: 10px;
    }
   .link-container a:nth-child(1) {
        background-color: #8A2BE2;
    }
   .link-container a:nth-child(2) {
        background-color: #9932CC;
    }
   .link-container a:nth-child(3) {
        background-color: #BA55D3;
    }
   .link-container a:nth-child(4) {
        background-color: #9370DB;
    }
   .link-container a:nth-child(5) {
        background-color: #8B008B;
    }
   .link-container a:nth-child(6) {
        background-color: #DA70D6;
    }
   .link-container a:nth-child(7) {
        background-color: #C71585;
    }
</style>
<div class="link-container">
<a href="https://dh139.cn/" target="_blank">自定义</a> 
<a href="https://dh139.cn/" target="_blank">自定义</a> 
<a href="https://dh139.cn/links" target="_blank">自定义</a> 
<a href="https://dh139.cn/category/" target="_blank">自定义</a> 
<a href="https://dh139.cn/" target="_blank">自定义</a> 
<a href="https://dh139.cn/" target="_blank">自定义/a> 
<a href="https://dh139.cn/" target="_blank">自定义</a>
</div>
图片[1]- 网站通用精美的按钮风格广告位HTML代码
查看更多心仪的内容 按Ctrl+D收藏我们
部分内容来自于网络 如有侵权请联系站长删除
花猪资源网欢迎你来投稿文章
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
喜欢就支持一下吧
点赞8 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容