세로 단추 그룹
세로 단추 그룹

display:block대신에 float:left다음과 같이 버튼을 그룹화하여 사용하십시오 .
예
.button {
display: block;
}
[전체소스]
<!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;
width: 150px;
display: block;
}
.btn-group .button:not(:last-child) {
border-bottom: none; /* Prevent double borders */
}
.btn-group .button:hover {
background-color: #3e8e41;
}
</style>
</head>
<body>
<h2>Vertical Button Group</h2>
<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>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 767 |
|
9년 전 | 3964 | ||
| 766 |
kiplayer
|
9년 전 | 2882 | ||
| 765 |
|
9년 전 | 4016 | ||
| 764 | 기타 |
|
9년 전 | 4692 | |
| 763 | 기타 |
kiplayer
|
9년 전 | 9543 | |
| 762 | 기타 | 9년 전 | 9104 | ||
| 761 | 기타 | 9년 전 | 8792 | ||
| 760 | 반응형 |
|
9년 전 | 12951 | |
| 759 | 기타 | 10년 전 | 3996 | ||
| 758 | CSS |
|
10년 전 | 6007 | |
| 757 | HTML | 10년 전 | 3931 | ||
| 756 | 기타 |
|
10년 전 | 4813 | |
| 755 | CSS |
|
10년 전 | 15860 | |
| 754 | HTML |
|
10년 전 | 6138 | |
| 753 | HTML |
|
10년 전 | 4893 | |
| 752 | 기타 |
|
10년 전 | 6085 | |
| 751 | 반응형 |
|
10년 전 | 7237 | |
| 750 | HTML | 10년 전 | 7955 | ||
| 749 | HTML | 10년 전 | 7423 | ||
| 748 | 반응형 | 10년 전 | 6726 | ||
| 747 | 반응형 | 10년 전 | 12346 | ||
| 746 | 기타 | 11년 전 | 13536 | ||
| 745 | CSS |
잘살아보자
|
11년 전 | 6450 | |
| 744 | CSS |
잘살아보자
|
11년 전 | 12351 | |
| 743 | 기타 | 11년 전 | 7911 | ||
| 742 | HTML |
잘살아보자
|
11년 전 | 6581 | |
| 741 | 기타 |
잘살아보자
|
11년 전 | 6938 | |
| 740 | CSS |
잘살아보자
|
11년 전 | 6407 | |
| 739 | CSS | 11년 전 | 5737 | ||
| 738 | 기타 | 11년 전 | 3625 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기