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