客制化网页设计之html和css漂亮底线语法方法
点击数: 1678
复制代码直接用在客制化网页设计
效果是这样子
- font-size: 20px;
- line-height: 19px;
- color: inherit;
- background-image: linear-gradient(120deg, #FFEDBC 0%, #F0CB35 100%);
- background-repeat: no-repeat;
- background-size: 127% 0.3em;
- background-position: 0px 101%;
- transition: background-size 0.25s ease-in;