�游�摰硺�
靘见� 2
雿輻鍂 CSS 霈曄蔭�厰僼�瑕�嚗�
.button {
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: #4CAF50;} /* 蝏輯𠧧 */
.button2 {background-color: #008CBA;} /* �肽𠧧 */
鈭脰䌊霂蓥�霂�
靘见� 2
雿輻鍂 CSS 霈曄蔭�厰僼�瑕�嚗�蒂�㗇��𨀣��頣�嚗�
.button {
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid #4CAF50;
}
.button1:hover {
background-color: #4CAF50;
color: white;
}
.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}
.button2:hover {
background-color: #008CBA;
color: white;
}
鈭脰䌊霂蓥�霂�