css button
Color
Color Theme
Gradient:
Size
Font-Size:
Note: webkit browser (chrome/safari) need to add the following code when font-size smaller than 12px
html { -webkit-text-size-adjust:none; }
Boder-Radius:
Boder-Size:
Height:
Width:
Shadow (text)
Use
Top:
Left:
Blur-Radius:
Shadow (button)
Use
Top:
Left:
Blur-Radius:
Spread-Radius:
inset
Text
Arial
Arial Black
Comic Sans MS
Courier New
Georgia
Impact
Times New Roman
Trebuchet MS
Verdana
Bold
Code Result
Style
<style type="text/css"> .css_btn_class { font-size:16px; font-family:Arial; font-weight:normal; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; border:1px solid #dcdcdc; padding:9px 18px; text-decoration:none; background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) ); background-color:#ededed; color:#777777; display:inline-block; text-shadow:1px 1px 0px #ffffff; -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff; -moz-box-shadow:inset 1px 1px 0px 0px #ffffff; box-shadow:inset 1px 1px 0px 0px #ffffff; }.css_btn_class:hover { background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) ); background-color:#dfdfdf; }.css_btn_class:active { position:relative; top:1px; } /* This css button was generated by ReddWebDev.com */ </style>
Select Color Theme
close
theme00
theme01
theme02
theme03
theme04
theme05
theme06
theme07
theme08
theme09
theme10
theme11
theme12
theme13
theme14
theme15
theme16
theme17
theme18
theme19
theme20
theme21
theme22
theme23
theme24
theme25
theme26
theme27
theme28
theme29