페이지 매김 크기
페이지 매김 크기
font-size속성 을 사용하여 페이지 매김의 크기를 변경하십시오 .
예
.pagination a {
font-size: 22px;
}
<!DOCTYPE html>
<html>
<head>
<style>
.pagination {
display: inline-block;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
font-size: 22px;
}
.pagination a.active {
background-color: #4CAF50;
color: white;
border: 1px solid #4CAF50;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
</style>
</head>
<body>
<h2>Pagination Size</h2>
<p>Change the font-size property to make the pagination smaller or bigger.</p>
<div class="pagination">
<a href="#">«</a>
<a href="#">1</a>
<a href="#" class="active">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
<a href="#">6</a>
<a href="#">»</a>
</div>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1217 | 반응형 | 3년 전 | 3097 | ||
| 1216 | 웹접근성 | 3년 전 | 2492 | ||
| 1215 | CSS | 4년 전 | 4900 | ||
| 1214 | 기타 | 4년 전 | 8358 | ||
| 1213 | CSS | 4년 전 | 3251 | ||
| 1212 | 웹접근성 | 4년 전 | 3637 | ||
| 1211 | CSS |
|
5년 전 | 4115 | |
| 1210 | 기타 | 5년 전 | 3341 | ||
| 1209 | CSS | 5년 전 | 3588 | ||
| 1208 | 기타 | 5년 전 | 3144 | ||
| 1207 | 기타 | 5년 전 | 2887 | ||
| 1206 | CSS |
moviepd
|
5년 전 | 3717 | |
| 1205 | HTML |
moviepd
|
5년 전 | 4381 | |
| 1204 | 기타 | 6년 전 | 7831 | ||
| 1203 | 웹접근성 | 6년 전 | 3009 | ||
| 1202 | 기타 | 6년 전 | 2982 | ||
| 1201 | 기타 | 6년 전 | 4322 | ||
| 1200 | 기타 | 6년 전 | 4118 | ||
| 1199 | 기타 | 6년 전 | 4129 | ||
| 1198 | 기타 | 6년 전 | 2609 | ||
| 1197 | 기타 | 6년 전 | 2681 | ||
| 1196 | 기타 | 6년 전 | 2465 | ||
| 1195 | 기타 | 6년 전 | 2456 | ||
| 1194 | 기타 | 6년 전 | 3044 | ||
| 1193 | 기타 | 6년 전 | 9231 | ||
| 1192 | 기타 | 6년 전 | 3882 | ||
| 1191 | 기타 | 6년 전 | 6221 | ||
| 1190 | 기타 | 6년 전 | 2439 | ||
| 1189 | 기타 | 6년 전 | 2344 | ||
| 1188 | 기타 | 6년 전 | 1822 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기