transform: ;
으로 작성하고
transform 안에
rotate
translate
scale
등으로 요소를 조정할수있다
transition으로 요소가 자연스럽게 바뀌도록 할수도 있다 (hover, focus등 포함)
transition: all 3s;
transform: ;
으로 작성하고
transform 안에
rotate
translate
scale
등으로 요소를 조정할수있다
transition으로 요소가 자연스럽게 바뀌도록 할수도 있다 (hover, focus등 포함)
transition: all 3s;