Skip to content

Commit fe690a1

Browse files
committed
perspective-origin 수정
1 parent 036f69b commit fe690a1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

document/CSS3/docs/perspective-origin.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
# perspective-origin
1+
## perspective-origin
22

33
작성자 : 송지은
44

55
작성일 : 2015-09-27
66

77
css 레퍼런스 설명:
8-
- perspective-origin : 3D 공간상에서 원근감의 방향을 지정하는 속성이다. 3D 요소가 x축과 y축에 기초한다.
9-
- 속성 값 : x-axis y-axis, initial, inherit
8+
- perspective-origin : 3D 공간상에서 원근감의 방향을 지정하는 속성이다. 3D 요소가 x축과 y축에 기초한다.
9+
10+
- syntax :
11+
```sh
12+
perspective-origin: x-axis y-axis|initial|inherit;
13+
```
14+
15+
x-axis : x위치의 가로 좌표의 소실점 위치를 나타낸다.
16+
17+
y-axis : y위치 좌표의 소실점 위치를 나타낸다.
1018

1119
`sample code` :
1220

0 commit comments

Comments
 (0)