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가 가장 많이 쓰임 → 반응형 퍼블리싱 필수 스킬!
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1332 | ||
| 117 | jQuery Mobile | 8년 전 | 1582 | ||
| 116 | jQuery Mobile | 8년 전 | 1807 | ||
| 115 | jQuery Mobile | 8년 전 | 1771 | ||
| 114 | jQuery Mobile | 8년 전 | 1957 | ||
| 113 | jQuery Mobile | 8년 전 | 1869 | ||
| 112 | jQuery Mobile | 8년 전 | 2478 | ||
| 111 | jQuery Mobile | 8년 전 | 1780 | ||
| 110 | jQuery Mobile | 8년 전 | 1572 | ||
| 109 | jQuery Mobile | 8년 전 | 1732 | ||
| 108 | jQuery Mobile | 8년 전 | 1957 | ||
| 107 | jQuery Mobile | 8년 전 | 1762 | ||
| 106 | jQuery Mobile | 8년 전 | 1443 | ||
| 105 | jQuery Mobile | 8년 전 | 1737 | ||
| 104 | jQuery Mobile | 8년 전 | 2403 | ||
| 103 | jQuery Mobile | 8년 전 | 1550 | ||
| 102 | jQuery Mobile | 8년 전 | 1494 | ||
| 101 | jQuery Mobile | 8년 전 | 1676 | ||
| 100 | jQuery Mobile | 8년 전 | 1912 | ||
| 99 | jQuery Mobile | 8년 전 | 1364 | ||
| 98 | jQuery Mobile | 8년 전 | 1388 | ||
| 97 | jQuery Mobile | 8년 전 | 1646 | ||
| 96 | jQuery Mobile | 8년 전 | 1301 | ||
| 95 | jQuery Mobile | 8년 전 | 1123 | ||
| 94 | jQuery Mobile | 8년 전 | 1519 | ||
| 93 | jQuery Mobile | 8년 전 | 1141 | ||
| 92 | jQuery Mobile | 8년 전 | 1561 | ||
| 91 | jQuery Mobile | 8년 전 | 1509 | ||
| 90 | jQuery Mobile | 8년 전 | 1677 | ||
| 89 | jQuery Mobile | 8년 전 | 1656 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기