How can i center a submit button in a page? CSS: .button { width: 150px; text-align: center; margin:0 auto; } HTML <input class="button" ...
確定! 回上一頁