Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- array
- javascript
- 조건문
- CSS
- display
- HTML
- True
- Project
- 선택자
- terminal
- STYLE
- ubuntu
- 프론트엔드스쿨
- false
- js
- object
- API
- 리액트
- 멋쟁이사자처럼
- LIKELION
- position
- 선언
- function
- react
- http
- 변수
- Inline
- boolean
- block
- Absolute
Archives
- Today
- Total
Jeden Tag, aufrichtig und lustig.
css 11. margin 본문
margin-auto
.center {
margin: 20px auto;
}
margin 속성에 auto값을 부여하면
중앙정렬을 할 수 있다.
위와 같은 코드를 적용하면center 클래스는 위 아래 20px 마진을 갖게 되고 가로로 중앙 정렬 하게 된다.
'CSS' 카테고리의 다른 글
css 13. position / display (0) | 2022.07.20 |
---|---|
css 12. position (0) | 2022.07.19 |
css 10. layout (0) | 2022.07.02 |
css 9. style 시트 (0) | 2022.06.17 |
css 8. 미디어 쿼리 (0) | 2022.03.26 |