我有這些代碼,風格不起作用。 請任何線索?CSS樣式輸入不工作
HTML
<input class="button" type="button" onclick="bet_player()" value="Click to Start Betting"></input>
CSS
.button {
border-style: solid;
border-color: #000;
width: 150px;
height: 80px;
background-color: red;
}
所以我們都應該只是弄清楚什麼是「不工作」的意思? – Pointy
工作得很好 - http://jsbin.com/lokoqifota/edit?html,css,output –
它不適用於我的瀏覽器。我不知道什麼是錯的。 –