美文网首页
边框渐变

边框渐变

作者: Amy_yqh | 来源:发表于2023-07-11 11:28 被阅读0次
 &::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(
        90deg,
        rgba(64, 158, 255, 0.8),
        rgba(109, 173, 239, 0.6),
        rgba(0, 255, 255, 0)
      );
    }

相关文章

网友评论

      本文标题:边框渐变

      本文链接:https://www.haomeiwen.com/subject/gngyudtx.html