To expand the bottom border on hover, you can use transform:scaleX'(); (mdn reference) ... 250ms ease-in-out; } h1:hover:after { transform: scaleX(1); } h1.
確定! 回上一頁