#header > .snb_area.navi {
animation:slider 0.5s;
animation-fill-mode: forwards;
}
@keyframes slider{
from{
height:1px;
}to {
height:150px;
}
}
'HTML' 카테고리의 다른 글
[HTML] 레이아웃 끝판 (0) | 2021.03.29 |
---|---|
[css] z-index / overflow:hidden / li:nth-child(n) (0) | 2021.03.29 |
[CSS] display: inline/inline-block/block (0) | 2021.03.26 |
[HTML] background 색깔주기, position으로 위치 정하기, 버튼만들기 (0) | 2021.03.22 |
[HTML] overflow (0) | 2021.03.19 |