테두리가있는 단추 그룹
테두리가있는 단추 그룹

이 border속성을 사용하여 경계가있는 단추 그룹을 만듭니다.
예
.button {
float: left;
border: 1px solid green;
}
[전체소스]
<!DOCTYPE html>
<html>
<head>
<style>
.btn-group .button {
background-color: #4CAF50; /* Green */
border: 1px solid green;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
float: left;
}
.btn-group .button:not(:last-child) {
border-right: none; /* Prevent double borders */
}
.btn-group .button:hover {
background-color: #3e8e41;
}
</style>
</head>
<body>
<h2>Bordered Button Group</h2>
<p>Add borders to create a bordered button group:</p>
<div class="btn-group">
<button class="button">Button</button>
<button class="button">Button</button>
<button class="button">Button</button>
<button class="button">Button</button>
</div>
<p style="clear:both"><br>Remember to clear floats after, or else will this p element also float next to the buttons.</p>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1217 | 반응형 | 3년 전 | 3095 | ||
| 1216 | 웹접근성 | 3년 전 | 2491 | ||
| 1215 | CSS | 4년 전 | 4900 | ||
| 1214 | 기타 | 4년 전 | 8357 | ||
| 1213 | CSS | 4년 전 | 3251 | ||
| 1212 | 웹접근성 | 4년 전 | 3637 | ||
| 1211 | CSS |
|
5년 전 | 4114 | |
| 1210 | 기타 | 5년 전 | 3341 | ||
| 1209 | CSS | 5년 전 | 3587 | ||
| 1208 | 기타 | 5년 전 | 3144 | ||
| 1207 | 기타 | 5년 전 | 2884 | ||
| 1206 | CSS |
moviepd
|
5년 전 | 3717 | |
| 1205 | HTML |
moviepd
|
5년 전 | 4381 | |
| 1204 | 기타 | 6년 전 | 7829 | ||
| 1203 | 웹접근성 | 6년 전 | 3009 | ||
| 1202 | 기타 | 6년 전 | 2982 | ||
| 1201 | 기타 | 6년 전 | 4320 | ||
| 1200 | 기타 | 6년 전 | 4118 | ||
| 1199 | 기타 | 6년 전 | 4129 | ||
| 1198 | 기타 | 6년 전 | 2607 | ||
| 1197 | 기타 | 6년 전 | 2681 | ||
| 1196 | 기타 | 6년 전 | 2465 | ||
| 1195 | 기타 | 6년 전 | 2455 | ||
| 1194 | 기타 | 6년 전 | 3044 | ||
| 1193 | 기타 | 6년 전 | 9230 | ||
| 1192 | 기타 | 6년 전 | 3882 | ||
| 1191 | 기타 | 6년 전 | 6221 | ||
| 1190 | 기타 | 6년 전 | 2439 | ||
| 1189 | 기타 | 6년 전 | 2344 | ||
| 1188 | 기타 | 6년 전 | 1822 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기