라인 높이 Line Height
라인 높이 Line Height
이 line-height속성은 줄 사이의 간격을 지정하는 데 사용됩니다.
예
p.small {
line-height: 0.8;
}
p.big {
line-height: 1.8;
}
<!DOCTYPE html>
<html>
<head>
<style>
p.small {
line-height: 0.7;
}
p.big {
line-height: 1.8;
}
</style>
</head>
<body>
<p>
This is a paragraph with a standard line-height.<br>
The default line height in most browsers is about 110% to 120%.<br>
</p>
<p class="small">
This is a paragraph with a smaller line-height.<br>
This is a paragraph with a smaller line-height.<br>
</p>
<p class="big">
This is a paragraph with a bigger line-height.<br>
This is a paragraph with a bigger line-height.<br>
</p>
</body>
</html>
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1067 | CSS | 8년 전 | 1495 | ||
| 1066 | CSS | 8년 전 | 1865 | ||
| 1065 | CSS | 8년 전 | 1459 | ||
| 1064 | CSS | 8년 전 | 1597 | ||
| 1063 | CSS | 8년 전 | 1656 | ||
| 1062 | CSS | 8년 전 | 1672 | ||
| 1061 | CSS | 8년 전 | 1498 | ||
| 1060 | CSS | 8년 전 | 4150 | ||
| 1059 | CSS | 8년 전 | 2082 | ||
| 1058 | CSS | 8년 전 | 2498 | ||
| 1057 | CSS | 8년 전 | 2041 | ||
| 1056 | CSS | 8년 전 | 1968 | ||
| 1055 | CSS | 8년 전 | 1821 | ||
| 1054 | CSS | 8년 전 | 2085 | ||
| 1053 | CSS | 8년 전 | 1879 | ||
| 1052 | CSS | 8년 전 | 2008 | ||
| 1051 | CSS | 8년 전 | 2396 | ||
| 1050 | CSS | 8년 전 | 1725 | ||
| 1049 | CSS | 8년 전 | 2306 | ||
| 1048 | CSS | 8년 전 | 1758 | ||
| 1047 | CSS | 8년 전 | 1548 | ||
| 1046 | CSS | 8년 전 | 1230 | ||
| 1045 | CSS | 8년 전 | 1558 | ||
| 1044 | CSS | 8년 전 | 2312 | ||
| 1043 | CSS | 8년 전 | 2006 | ||
| 1042 | CSS | 8년 전 | 1761 | ||
| 1041 | CSS | 8년 전 | 1724 | ||
| 1040 | CSS | 8년 전 | 1482 | ||
| 1039 | CSS | 8년 전 | 1791 | ||
| 1038 | CSS | 8년 전 | 2232 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기