display 속성 완전 이해하기
display: block
- 한 줄 전체를 차지하며 줄바꿈이 발생
- 예: <div>, <p>, <section>, <header>
display: inline
- 줄바꿈 없이 옆으로 붙음. width/height 지정이 안 됨
- 예: <span>, <a>, <strong>
display: inline-block
- inline처럼 나열되지만 block처럼 width/height 지정 가능
- 버튼 만들 때 자주 사용
display: flex
- 수평/수직 정렬, 공간 분배가 자유로운 최신 레이아웃 방식
- 예:
.container {
display: flex;
justify-content: space-between;
align-items: center;
}
* 실무에서는 flex가 가장 많이 쓰임 → 반응형 퍼블리싱 필수 스킬!
- 한 줄 전체를 차지하며 줄바꿈이 발생
- 예: <div>, <p>, <section>, <header>
display: inline
- 줄바꿈 없이 옆으로 붙음. width/height 지정이 안 됨
- 예: <span>, <a>, <strong>
display: inline-block
- inline처럼 나열되지만 block처럼 width/height 지정 가능
- 버튼 만들 때 자주 사용
display: flex
- 수평/수직 정렬, 공간 분배가 자유로운 최신 레이아웃 방식
- 예:
.container {
display: flex;
justify-content: space-between;
align-items: center;
}
* 실무에서는 flex가 가장 많이 쓰임 → 반응형 퍼블리싱 필수 스킬!
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 58 | jQuery Mobile | 8년 전 | 2979 | ||
| 57 | jQuery Mobile | 8년 전 | 2024 | ||
| 56 | jQuery Mobile | 8년 전 | 1354 | ||
| 55 | jQuery Mobile | 8년 전 | 1549 | ||
| 54 | jQuery Mobile | 8년 전 | 2232 | ||
| 53 | jQuery Mobile | 8년 전 | 1532 | ||
| 52 | jQuery Mobile | 8년 전 | 1551 | ||
| 51 | jQuery Mobile | 8년 전 | 1422 | ||
| 50 | jQuery Mobile | 8년 전 | 1310 | ||
| 49 | jQuery Mobile | 8년 전 | 1815 | ||
| 48 | jQuery Mobile | 8년 전 | 1458 | ||
| 47 | jQuery Mobile | 8년 전 | 2014 | ||
| 46 | jQuery Mobile | 8년 전 | 1977 | ||
| 45 | jQuery Mobile | 8년 전 | 1509 | ||
| 44 | jQuery Mobile | 8년 전 | 1670 | ||
| 43 | jQuery Mobile | 8년 전 | 1783 | ||
| 42 | jQuery Mobile | 8년 전 | 1663 | ||
| 41 | jQuery Mobile | 8년 전 | 1832 | ||
| 40 | jQuery Mobile | 8년 전 | 1468 | ||
| 39 | jQuery Mobile | 8년 전 | 1629 | ||
| 38 | jQuery Mobile | 8년 전 | 2176 | ||
| 37 | jQuery Mobile | 8년 전 | 2678 | ||
| 36 | jQuery Mobile | 8년 전 | 2128 | ||
| 35 | jQuery Mobile | 8년 전 | 1514 | ||
| 34 | jQuery Mobile | 8년 전 | 2417 | ||
| 33 | AngularJS | 8년 전 | 2863 | ||
| 32 | AngularJS | 8년 전 | 2426 | ||
| 31 | AngularJS | 8년 전 | 1761 | ||
| 30 | AngularJS | 8년 전 | 2836 | ||
| 29 | AngularJS | 8년 전 | 2391 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기