I don\'t like the default button style. It\'s really boring. I am using
type buttons. Can I style these some
Yeah, it's pretty simple:
input[type="submit"]{ background: #fff; border: 1px solid #000; text-shadow: 1px 1px 1px #000; }
I recommend giving it an ID or a class so that you can target it more easily.