网页前端后台技巧(CSS+HTML)我爱编程LOVETOO-前端编程

css实现背景条形线

2018-05-27  本文已影响8人  张三与李四
背景条.png

css:

position: absolute;
top: 10px;
left: 10px;
z-index: -1;
width: 80px;
height: 14px;
background: linear-gradient(90deg,#f8087c 30%,rgba(255, 255, 255, 0) 30%);
background-size: 3px 100%;
上一篇 下一篇

猜你喜欢

热点阅读