일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- codepage
- 이미지확대
- box-sizing
- where
- 기사
- Encoding
- text-shadow
- 스마트에디터
- UTF-8
- STREAM
- SQL
- fixed
- 정보처리기사
- ABSOLUTE
- call by value
- transform
- 정보처리 산업기사
- method
- 산업기사
- transition
- static
- call by refelrence
- position
- Spring
- MySQL
- 정보처리
- I/O
- relative
- datasourceexplorer
Archives
- Today
- Total
목록position (1)
a battle with myself
[css] position(static/relative/absolute/fixed)
Position 속성의 default 값은 static 값이다 즉 div에 아무런 position 속성 값을 주지 않으면 static 속성을 가지고 있다. position - static : 위에서 부터 아래로 하나의 block쌓기 처럼 블럭이 차례대로 쌓이게 된다 margin 값을통해 document 에서의 위치와 black 간의 위치를 조절할 수 있다. A B C 실행시 이미지 --------------------------------------------------------------------------------------------------------------------------------------------------------- Position -relative : static의 ..
html + css
2016. 6. 29. 08:54