Hi,歡迎訪問前端老白
<button style="background-color: red; color: white;">點(diǎn)擊我</button>
<button style="background-color: green; color: white;">點(diǎn)擊我</button>
HTML代碼:
<button class="myButton">點(diǎn)擊我</button>
CSS代碼:
.myButton { background-color: blue; color: white; }
<button id="myButton">點(diǎn)擊我</button>
#myButton { background-color: orange; color: white; }
老白網(wǎng)絡(luò) (http://52shenghuonet.cn/) 前端 后端 zblog主題.網(wǎng)站地圖xml