둥근 활성 및 호버링 버튼
둥근 활성 및 호버링 버튼

border-radius둥근 "활성"및 "마우스 오버"버튼을 원하면 속성을 추가하십시오 .
예
.pagination a {
border-radius: 5px;
}
.pagination a.active {
border-radius: 5px;
}
[전체소스]
<!DOCTYPE html>
<html>
<head>
<style>
.pagination {
display: inline-block;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}
.pagination a.active {
background-color: #4CAF50;
color: white;
border-radius: 5px;
}
.pagination a:hover:not(.active) {
background-color: #ddd;
border-radius: 5px;
}
</style>
</head>
<body>
<h2>Rounded Active and Hover Buttons</h2>
<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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1187 | 기타 | 6년 전 | 2273 | ||
| 1186 | 기타 | 6년 전 | 2106 | ||
| 1185 | 기타 | 6년 전 | 2105 | ||
| 1184 | 기타 | 6년 전 | 2114 | ||
| 1183 | 기타 | 6년 전 | 1870 | ||
| 1182 | 기타 | 6년 전 | 2152 | ||
| 1181 | 기타 | 6년 전 | 1737 | ||
| 1180 | 기타 | 6년 전 | 1941 | ||
| 1179 | 기타 | 6년 전 | 2143 | ||
| 1178 | 기타 | 6년 전 | 2231 | ||
| 1177 | 기타 | 6년 전 | 1763 | ||
| 1176 | 기타 | 6년 전 | 1619 | ||
| 1175 | 기타 | 6년 전 | 2090 | ||
| 1174 | 기타 | 6년 전 | 1653 | ||
| 1173 | 기타 | 6년 전 | 1498 | ||
| 1172 | 기타 | 6년 전 | 1683 | ||
| 1171 | 기타 | 6년 전 | 1372 | ||
| 1170 | 기타 | 6년 전 | 1553 | ||
| 1169 | 기타 | 6년 전 | 1287 | ||
| 1168 | 기타 | 6년 전 | 1412 | ||
| 1167 | 기타 | 6년 전 | 1280 | ||
| 1166 | 기타 | 6년 전 | 1598 | ||
| 1165 | 기타 | 6년 전 | 1341 | ||
| 1164 | 기타 | 6년 전 | 1657 | ||
| 1163 | 기타 | 6년 전 | 1626 | ||
| 1162 | 기타 | 6년 전 | 1586 | ||
| 1161 | 기타 | 6년 전 | 3423 | ||
| 1160 | 기타 | 6년 전 | 3097 | ||
| 1159 | 기타 | 6년 전 | 2209 | ||
| 1158 | 기타 | 6년 전 | 1903 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기