CSS 버튼
CSS 버튼
기본 버튼 스타일
예
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
[전체소스]
<!DOCTYPE html>
<html>
<head>
<style>
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
</style>
</head>
<body>
<h2>CSS Buttons</h2>
<button>Default Button</button>
<a href="#" class="button">Link Button</a>
<button class="button">Button</button>
<input type="button" class="button" value="Input Button">
</body>
</html>
게시글 목록
| 번호 | 제목 |
|---|---|
| 3643 | |
| 3631 | |
| 3627 | |
| 3621 | |
| 3619 |
HTML
스크롤다운시 모션효과
|
| 3617 | |
| 3610 |
HTML
간단한 FLEX 예제
|
| 3609 |
HTML
간단한 반응형 페이지 레이아웃
1
|
| 3608 |
HTML
간단한 Flex 활용 예제
1
|
| 3607 | |
| 3606 | |
| 3603 | |
| 3602 | |
| 3601 | |
| 3600 | |
| 3595 | |
| 3591 | |
| 3587 | |
| 3578 | |
| 3567 | |
| 3561 |
웹접근성
웹 표준 검사하기
|
| 3560 |
반응형
반응형을 위한 미디어쿼리
2
|
| 3559 | |
| 3557 | |
| 3555 | |
| 3554 |
CSS
body 외부 정렬
|
| 3552 | |
| 3551 |
CSS
flex 레이아웃
1
|
| 3550 | |
| 3537 |
기타
howler.js
2
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기