Can you style html form buttons with css?

后端 未结 6 799
深忆病人
深忆病人 2020-12-01 05:11

I don\'t like the default button style. It\'s really boring. I am using


type buttons. Can I style these some

6条回答
  •  北海茫月
    2020-12-01 06:04

    You might want to add:

    -webkit-appearance: none; 
    

    if you need it looking consistent on Mobile Safari...

提交回复
热议问题