컬러 단추 테두리
컬러 단추 테두리

이 border속성을 사용하여 버튼에 색상 테두리를 추가 하십시오 .
예
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50; /* Green */
}
<!DOCTYPE html>
<html>
<head>
<style>
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
.button3 {
background-color: white;
color: black;
border: 2px solid #f44336;
}
.button4 {
background-color: white;
color: black;
border: 2px solid #e7e7e7;
}
.button5 {
background-color: white;
color: black;
border: 2px solid #555555;
}
</style>
</head>
<body>
<h2>Colored Button Borders</h2>
<p>Use the border property to add a border to the button:</p>
<button class="button button1">Green</button>
<button class="button button2">Blue</button>
<button class="button button3">Red</button>
<button class="button button4">Gray</button>
<button class="button button5">Black</button>
</body>
</html>
게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1217 | 반응형 | 3년 전 | 3094 | ||
| 1216 | 웹접근성 | 3년 전 | 2491 | ||
| 1215 | CSS | 4년 전 | 4900 | ||
| 1214 | 기타 | 4년 전 | 8356 | ||
| 1213 | CSS | 4년 전 | 3251 | ||
| 1212 | 웹접근성 | 4년 전 | 3636 | ||
| 1211 | CSS |
|
5년 전 | 4114 | |
| 1210 | 기타 | 5년 전 | 3340 | ||
| 1209 | CSS | 5년 전 | 3586 | ||
| 1208 | 기타 | 5년 전 | 3144 | ||
| 1207 | 기타 | 5년 전 | 2882 | ||
| 1206 | CSS |
moviepd
|
5년 전 | 3716 | |
| 1205 | HTML |
moviepd
|
5년 전 | 4381 | |
| 1204 | 기타 | 6년 전 | 7828 | ||
| 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년 전 | 3043 | ||
| 1193 | 기타 | 6년 전 | 9229 | ||
| 1192 | 기타 | 6년 전 | 3882 | ||
| 1191 | 기타 | 6년 전 | 6221 | ||
| 1190 | 기타 | 6년 전 | 2439 | ||
| 1189 | 기타 | 6년 전 | 2344 | ||
| 1188 | 기타 | 6년 전 | 1822 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기