18910140161

实现CSS标题下划线效果

顺晟科技

2021-10-01 14:26:39

58

<h1>标题</h1>
<style>
h1 {
font-size: 30px;
position: relative;
line-height: 1;
display: inline-block;
margin-bottom: 35px;
}
h1:after {
position: absolute;
left: 0px;
bottom: -76.7857%;
width: 70%;
height: 5px;
background: #325dcf;
content: \'\';
}
</style>

 

相关文章
我们已经准备好了,你呢?
2024我们与您携手共赢,为您的企业形象保驾护航