It's possible with CSS to style a particular form input type without having to assign a class to each one ... input[type=submit] { ... css properties here .
確定! 回上一頁