您的位置:首页 > 房产 > 家装 > 营销网站建设的公司哪家好_搜狗推广排名_长沙哪家网络公司做网站好_电商网站建设方案

营销网站建设的公司哪家好_搜狗推广排名_长沙哪家网络公司做网站好_电商网站建设方案

2024/12/23 10:20:28 来源:https://blog.csdn.net/qq_46123200/article/details/143947230  浏览:    关键词:营销网站建设的公司哪家好_搜狗推广排名_长沙哪家网络公司做网站好_电商网站建设方案
营销网站建设的公司哪家好_搜狗推广排名_长沙哪家网络公司做网站好_电商网站建设方案

效果图

在这里插入图片描述

在这里插入图片描述

代码

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>CSS 渐变背景和边框</title><style>.container {display: flex;justify-content: center;/* 水平居中 */align-items: center;/* 垂直居中 */gap: 20px;/* 子项间距 */}.container-item {position: relative;width: 180px;/* 宽度 */height: 60px;/* 高度 */margin: 20px auto;/* 居中显示 */display: flex;flex-direction: column;justify-content: center;align-items: center;/* 背景渐变 */background: linear-gradient(to left,rgba(52, 152, 219, 0) 5%,/* 左侧完全透明 */rgba(52, 152, 219, 0.9),/* 中间渐变颜色 */rgba(52, 152, 219, 0)/* 右侧完全透明 */);/* 边框渐变伪元素 */.num {font-family: "lcd";font-size: 28px;}}.container-item::before,.container-item::after {content: "";position: absolute;left: 0;right: 0;height: 4px;background: linear-gradient(to left,rgba(52, 152, 219, 0) 5%,/* 左侧完全透明 */rgba(52, 152, 219, 0.9),/* 中间渐变颜色 */rgba(52, 152, 219, 0)/* 右侧完全透明 */);}.container-item::before {top: 0;/* 上边框 */}.container-item::after {bottom: 0;/* 下边框 */}/* 青绿色容器 */.container-green {background: linear-gradient(to left,rgba(26, 188, 156, 0) 5%,/* 左侧完全透明 */rgba(26, 188, 156, 0.9),/* 中间渐变颜色 */rgba(26, 188, 156, 0)/* 右侧完全透明 */);}.container-green::before,.container-green::after {background: linear-gradient(to left,rgba(26, 188, 156, 0) 5%,/* 左侧完全透明 */rgba(26, 188, 156, 0.9),/* 中间渐变颜色 */rgba(26, 188, 156, 0)/* 右侧完全透明 */);}</style>
</head><body><div class="container"><div class="container-item container-green"></div><div class="container-item container-blue"></div></div>
</body></html>

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com