网站首页 >> 网站源码 >> 正文

适用任何网站:自适应 文字广告 好看的文字广告代码

作者:一枚小杰克   时间:2022-09-06 07:53:38   浏览:1207  

适用任何网站:自适应 文字广告 好看的文字广告代码

适用任何网站:自适应 文字广告 好看的文字广告代码,一款彩色的文字广告 自适应广告 代码如下,代码仅有两排 需要多排 可自行设置。

HTML代码:

您好,你需要登录本站账号后才能查看隐藏内容哦,请先 登录 才能查看哦!

CSS代码:

/**新增文字广告**/
.txtguanggao {
    margin: 10px 0 -3px;
    width: calc(100% + 3px);
    overflow: hidden;
}

.txtguanggao a {
    margin: 0 3px 3px 0;
    width: calc(25% - 3px);
    float: left;
    line-height: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
}

.txtguanggao a:nth-child(1) {
    background-color: #dc3545;
}

.txtguanggao a:nth-child(2) {
    background-color: #007bff;
}

.txtguanggao a:nth-child(3) {
    background-color: #28a745;
}

.txtguanggao a:nth-child(4) {
    background-color: #ffc107;
}

.txtguanggao a:nth-child(5) {
    background-color: #28a745;
}

.txtguanggao a:nth-child(6) {
    background-color: #ffc107;
}

.txtguanggao a:nth-child(7) {
    background-color: #dc3545;
}

.txtguanggao a:nth-child(8) {
    background-color: #007bff;
}

.txtguanggao a:hover {
    background: #FF2805;
    color: #FFF
}

@media screen and (max-width: 768px) {
    .txtguanggao a {
        width: calc(50% - 3px);
    }
}

本文标签: 广告代码  文字广告  彩色文字广告 
一枚小杰克

一枚小杰克 https://lkba.cn

博主专注于Z-BLOG网站搭建、网站优化以及电脑故障排查、重装、优化、维修系统等,QQ/WX:2126245521(请注明来意)

相关文章

上一篇:

下一篇:

本文暂无评论 - 欢迎您

请填写验证码

Processed : 0.054 SQL : 14