0
ページボタンのホバーに下線を引いてみたい。 これらのコードをブロガーのページリストに適用するにはどうすればよいですか?ここでアニメーション下線付きCssナビゲーションメニューブロガー
.top-nav .PageList {
list-style: none;
padding: 0;
& > li {
display: inline-block;
& ~ li {
margin-left: 1em;
}
}
a {
color: #666;
text-decoration: none;
&:focus,
&:hover {
color: #CF000F;
&:after {
opacity: 1;
width: 100%;
}
}
&:after {
margin: 0 auto;
content: '';
display: block;
border-top: 1px solid;
border-top-color: inherit;
width: 0%;
opacity: 0;
transition: .25s;
私のブログ
https://ubuntuvpssupport.blogspot.com