:hover 했을 때 트렌지션을 주면 서서히 나타났다 사라지는 효과를 주지 못함
transform: scale(.5); /* 크기 */ scale(.5): x축, y축 둘다 반으로 줄어듦 scale(.5,1): x축 반으로, y축 그대로 scaleX(2): x축 너비값 변경 scaleY(2): y축 세로값 변경
@keyframes
auto (원본)
background-clip border-box (기본값) padding-box content-box