首页 前端知识 css 渐变下划线实现 移入移出 动画

css 渐变下划线实现 移入移出 动画

2024-02-01 12:02:59 前端知识 前端哥 596 195 我要收藏

  <style>
        .title{
            color:#333;
        }
        .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;
        }
 </style>
 <h2 class="title">
        <span>
            十年后,你会发现css才是最难学懂得语言,你就好好得努力学习吧别得瑟了的搜罗了魏汝稳热望呢
        </span>
 </h2>

转载请注明出处或者链接地址:https://www.qianduange.cn//article/987.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!