美文网首页
css 鼠标滑动 有下划线 拿走下划线消失

css 鼠标滑动 有下划线 拿走下划线消失

作者: Dream_d7dd | 来源:发表于2023-03-24 15:09 被阅读0次

<h2 class="title">            <span>春江水暖鸭先知</span>        </h2>

.title span{        background: linear-gradient(to right, #ec695c, #61c454) no-repeat right bottom;        background-size: 0 2px;        transition: background-size 1300ms;    }    .title span:hover{        background-position-x: left;        background-size: 100% 2px;    }

相关文章

网友评论

      本文标题:css 鼠标滑动 有下划线 拿走下划线消失

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