박스 모델 완전 이해
모든 HTML 요소는 사각형 박스 형태로 구성되며, 다음 4개 층으로 이루어져 있습니다
Content – 텍스트나 이미지 등 실제 내용
Padding – 내용과 테두리 사이의 안쪽 여백
Border – 요소의 테두리
Margin – 요소와 바깥 요소 사이의 간격
.box {
padding: 20px;
border: 2px solid #000;
margin: 30px;
}
위 코드는 콘텐츠를 기준으로 안쪽 여백 20px, 테두리 2px, 바깥쪽 여백 30px을 설정합니다.
Content – 텍스트나 이미지 등 실제 내용
Padding – 내용과 테두리 사이의 안쪽 여백
Border – 요소의 테두리
Margin – 요소와 바깥 요소 사이의 간격
.box {
padding: 20px;
border: 2px solid #000;
margin: 30px;
}
위 코드는 콘텐츠를 기준으로 안쪽 여백 20px, 테두리 2px, 바깥쪽 여백 30px을 설정합니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1339 | ||
| 117 | jQuery Mobile | 8년 전 | 1589 | ||
| 116 | jQuery Mobile | 8년 전 | 1816 | ||
| 115 | jQuery Mobile | 8년 전 | 1774 | ||
| 114 | jQuery Mobile | 8년 전 | 1960 | ||
| 113 | jQuery Mobile | 8년 전 | 1872 | ||
| 112 | jQuery Mobile | 8년 전 | 2482 | ||
| 111 | jQuery Mobile | 8년 전 | 1784 | ||
| 110 | jQuery Mobile | 8년 전 | 1578 | ||
| 109 | jQuery Mobile | 8년 전 | 1736 | ||
| 108 | jQuery Mobile | 8년 전 | 1964 | ||
| 107 | jQuery Mobile | 8년 전 | 1766 | ||
| 106 | jQuery Mobile | 8년 전 | 1445 | ||
| 105 | jQuery Mobile | 8년 전 | 1739 | ||
| 104 | jQuery Mobile | 8년 전 | 2406 | ||
| 103 | jQuery Mobile | 8년 전 | 1558 | ||
| 102 | jQuery Mobile | 8년 전 | 1499 | ||
| 101 | jQuery Mobile | 8년 전 | 1681 | ||
| 100 | jQuery Mobile | 8년 전 | 1916 | ||
| 99 | jQuery Mobile | 8년 전 | 1372 | ||
| 98 | jQuery Mobile | 8년 전 | 1391 | ||
| 97 | jQuery Mobile | 8년 전 | 1652 | ||
| 96 | jQuery Mobile | 8년 전 | 1307 | ||
| 95 | jQuery Mobile | 8년 전 | 1124 | ||
| 94 | jQuery Mobile | 8년 전 | 1521 | ||
| 93 | jQuery Mobile | 8년 전 | 1146 | ||
| 92 | jQuery Mobile | 8년 전 | 1563 | ||
| 91 | jQuery Mobile | 8년 전 | 1510 | ||
| 90 | jQuery Mobile | 8년 전 | 1678 | ||
| 89 | jQuery Mobile | 8년 전 | 1663 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기