CSS
css 좌우반전 좌우회전
단모모
2022. 9. 16. 02:49
728x90
img { transform: scaleX(-1); }
애니메이션 부드럽게 효과
img { transform: scaleX(-1); transition: .3s; }
728x90