728x90
nav a {
position: relative;
margin: 0 30px;
padding-bottom: 4px;
font-size: 18px;
color: #000 !important;
transition: 0.2s;
}
button a {
color: #fff !important;
}
a:before,
a:after {
content: '';
position: absolute;
width: 0%;
height: 2px;
bottom: -2px;
background: #4E506B;
}
a:before {
left: 0;
}
a:after {
right: 0;
background: #4E506B;
transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:hover:before {
background: #4E506B;
width: 100%;
transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:hover:after {
background: transparent;
width: 100%;
transition: 0s;
}
728x90
'UI' 카테고리의 다른 글
스크롤 안보이게 하려면? (0) | 2023.03.04 |
---|---|
박스안에 글자가 밖으로 나올 때 안으로 넣기 (0) | 2022.09.22 |
가로 길이를 정했는데 줄이 안바뀐다면? (0) | 2022.08.22 |
자동완성 파란색 배경 없애기 (0) | 2022.06.02 |
댓글