Programming/css2018. 10. 25. 15:44

어디서 본건지 까먹었는데 relative로 해주어야 위치가 먹힌다고..

그리고 origin은 left|right top|bottom 식으로 조합이 가능하다.

transform-origin: left top;

position: relative;

 [링크 : https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale]

 [링크 : https://www.w3schools.com/cssref/css3_pr_transform-origin.asp]

'Programming > css' 카테고리의 다른 글

css3 calc()  (0) 2020.01.03
@keyframe in css  (0) 2019.01.29
css tooltip 위치  (0) 2018.10.25
css로 백그라운드만 돌리기  (0) 2018.10.10
css 계층 구조? 상속? 선택자 조합자?  (0) 2018.09.05
Posted by 구차니