How to style input and submit button with CSS?

前端 未结 11 821
天涯浪人
天涯浪人 2020-12-12 13:25

I\'m learning CSS. How to style input and submit button with CSS?

I\'m trying create something like this but I have no idea how to do

11条回答
  •  死守一世寂寞
    2020-12-12 13:55

    I would suggest instead of using

    use

    Button was introduced specifically bearing CSS styling in mind. You can now add the gradient background image to it or style it using CSS3 gradients.

    Read more on HTML5 forms structure here

    http://www.w3.org/TR/2011/WD-html5-20110525/forms.html

    Cheers! .Pav

提交回复
热议问题