前端 - 那些你不知道的炫酷导航交互效果_个人文章 - SegmentFault 思否
基于上次发布的 那些你不知道的炫酷按钮交互效果 反馈比较好,后续将继续收集那些炫酷的交互效果,希望可以给你的项目添砖加瓦,更上一层楼。那些你不知道的炫酷交互效果系列:那些你不知道的炫酷按钮交互效果那些
顺晟科技
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>
31
2022-10
22
2022-10
19
2022-10
19
2022-10
19
2022-10
19
2022-10