close

<style>
a {
text-decoration: none;
position: relative;
color: #3366FF;
}

a:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0%;
border-bottom: 2px solid #3366FF;
transition: 0.4s;
}
a:hover:after {
width: 100%;
}
</style>
<div style="width:var(--W1); height:var(--H1);">
<a href="">測試一下</a>
</div>
</br>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(1) 人氣()