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가 가장 많이 쓰임 → 반응형 퍼블리싱 필수 스킬!
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 88 | jQuery Mobile | 8년 전 | 1923 | ||
| 87 | jQuery Mobile | 8년 전 | 1910 | ||
| 86 | jQuery Mobile | 8년 전 | 1515 | ||
| 85 | jQuery Mobile | 8년 전 | 1825 | ||
| 84 | jQuery Mobile | 8년 전 | 1862 | ||
| 83 | jQuery Mobile | 8년 전 | 1872 | ||
| 82 | jQuery Mobile | 8년 전 | 1647 | ||
| 81 | jQuery Mobile | 8년 전 | 1366 | ||
| 80 | jQuery Mobile | 8년 전 | 1802 | ||
| 79 | jQuery Mobile | 8년 전 | 1355 | ||
| 78 | jQuery Mobile | 8년 전 | 1748 | ||
| 77 | jQuery Mobile | 8년 전 | 1775 | ||
| 76 | jQuery Mobile | 8년 전 | 1781 | ||
| 75 | jQuery Mobile | 8년 전 | 1398 | ||
| 74 | jQuery Mobile | 8년 전 | 1534 | ||
| 73 | jQuery Mobile | 8년 전 | 1243 | ||
| 72 | jQuery Mobile | 8년 전 | 1625 | ||
| 71 | jQuery Mobile | 8년 전 | 1616 | ||
| 70 | jQuery Mobile | 8년 전 | 1500 | ||
| 69 | jQuery Mobile | 8년 전 | 1506 | ||
| 68 | jQuery Mobile | 8년 전 | 2036 | ||
| 67 | jQuery Mobile | 8년 전 | 1312 | ||
| 66 | jQuery Mobile | 8년 전 | 1689 | ||
| 65 | jQuery Mobile | 8년 전 | 1180 | ||
| 64 | jQuery Mobile | 8년 전 | 1463 | ||
| 63 | jQuery Mobile | 8년 전 | 1649 | ||
| 62 | jQuery Mobile | 8년 전 | 1626 | ||
| 61 | jQuery Mobile | 8년 전 | 1871 | ||
| 60 | jQuery Mobile | 8년 전 | 1401 | ||
| 59 | jQuery Mobile | 8년 전 | 1958 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기