Can you style html form buttons with css?

后端 未结 6 813
深忆病人
深忆病人 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 05:55

    write the below style into same html file head section or write into a .css file

    
    
    
    

    .submit - in css . means class , so i created submit class with set of attributes
    and applied that class to the submit tag, using class attribute

提交回复
热议问题