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

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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 857 | HTML | 8년 전 | 1390 | ||
| 856 | HTML | 8년 전 | 1847 | ||
| 855 | HTML | 8년 전 | 2084 | ||
| 854 | HTML | 8년 전 | 1499 | ||
| 853 | HTML | 8년 전 | 2195 | ||
| 852 | HTML | 8년 전 | 3274 | ||
| 851 | HTML | 8년 전 | 3245 | ||
| 850 | HTML | 8년 전 | 2087 | ||
| 849 | HTML | 8년 전 | 1667 | ||
| 848 | HTML | 8년 전 | 1824 | ||
| 847 | HTML | 8년 전 | 1715 | ||
| 846 | HTML | 8년 전 | 1911 | ||
| 845 | HTML | 8년 전 | 2038 | ||
| 844 | HTML | 8년 전 | 1982 | ||
| 843 | HTML | 8년 전 | 2200 | ||
| 842 | HTML | 8년 전 | 2044 | ||
| 841 | HTML | 8년 전 | 1966 | ||
| 840 | HTML | 8년 전 | 2327 | ||
| 839 | HTML | 8년 전 | 1908 | ||
| 838 | HTML | 8년 전 | 2177 | ||
| 837 | HTML | 8년 전 | 2014 | ||
| 836 | HTML | 8년 전 | 2037 | ||
| 835 | HTML | 8년 전 | 2198 | ||
| 834 | HTML | 8년 전 | 1541 | ||
| 833 | HTML | 8년 전 | 1897 | ||
| 832 | HTML | 8년 전 | 1380 | ||
| 831 | HTML | 8년 전 | 2438 | ||
| 830 | HTML | 8년 전 | 1652 | ||
| 829 | HTML | 8년 전 | 1260 | ||
| 828 | HTML | 8년 전 | 2477 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기