효과속성

 line-height: 90px;
글자가운데정렬

transform: rotate(45deg);
회전역활
가운데 기준으로 돌아감

가운데점을 
참조점이라함

 transform-origin: ;
9개의 참조점을 변경

scale
transform: scale(1);
사진크기 조절함


 opacity: 1;
투명도


https://codepen.io/

http://cubic-bezier.com/#.17,.67,.83,.67

Comments

Popular Posts