源码介绍
源码由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代码](https://www.dh139.cn/wp-content/uploads/2025/05/3-3.jpg)
感谢您的来访,获取更多精彩文章请收藏本站。

暂无评论内容