CSS代码:在元素间创建1%高度的彩色线条并添加光影效果
<style>
.line {
width: 100%;
height: 1%;
background-color: rgb(40, 150, 200);
box-shadow: 0px 0px 10px rgba(40, 150, 200, 0.5);
}
</style>
<div></div>
<div class='line'></div>
<div></div>
原文地址: https://www.cveoy.top/t/topic/nsjl 著作权归作者所有。请勿转载和采集!