/* Common styles for all buttons */
button {
font-size: 18px;
font-weight: bold;
padding: 12px 20px;
border-radius: 5px;
border: none;
cursor: pointer;
color: #fff;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 10px;
}
/* Button styles */
button#btn1 {
background-color: #007bff;
}
button#btn2 {
background-color: #28a745;
}
button#btn3 {
background-color: #dc3545;
}
button#btn4 {
background-color: #ffc107;
}
button#btn5 {
background-color: #17a2b8;
}
button#btn6 {
background-color: #6c757d;
}
button#btn7 {
background-color: #343a40;
}
button#btn8 {
background-color: #6610f2;
}
button#btn9 {
background-color: #fd7e14;
}
button#btn10 {
background-color: #28a745;
}
/* Additional buttons */
button#btn11 {
background-color: #007bff;
padding: 16px 28px;
}
button#btn12 {
background-color: #dc3545;
border: 2px solid #fff;
}
button#btn13 {
background-color: #ffc107;
border-radius: 50px;
}
button#btn14 {
background-color: #17a2b8;
font-size: 24px;
}
button#btn15 {
background-color: #6c757d;
font-weight: normal;
}
button#btn16 {
background-color: #343a40;
color: #fff;
text-shadow: 1px 1px #000;
}
button#btn17 {
background-color: #6610f2;
box-shadow: 2px 2px #888;
}
button#btn18 {
background-color: #fd7e14;
text-transform: uppercase;
}
button#btn19 {
background-color: #28a745;
padding: 8px 16px;
}
button#btn20 {
background-color: #007bff;
border-radius: 0;
}
btn1 CSS
btn2 CSS
btn3 CSS
btn4 CSS
btn5 CSS
btn6 CSS
btn7 CSS
btn8 CSS
btn9 CSS
'구글덕후의 CSS' 카테고리의 다른 글
구글덕후의 CSS 다양한 버튼만들기 #3 (0) | 2023.03.10 |
---|---|
구글덕후의 CSS 다양한 버튼만들기 #2 (0) | 2023.03.09 |