Portable CSS3 Button Generator
Variable Size
More Options
Advanced
Dark Background Light Background
Change Class:
How to Use
Font Size:
Padding:
Border Width:
Border Radius:
Shadow Offset-X:
Shadow Offset-Y:
Shadow Blur:
Font Family:
Calibri
Arial
Helvetica
Georgia
Times New Roman
Comic Sans MS
Verdana
Monospace
Garamond
Impact
Cooper Black
Showcard Gothic
Bauhaus 93
Century Gothic
Tahoma
Font Weight:
Regular
Bold
Italic
Border Style:
Solid
Double
Dashed
Dotted
Outset
Inset
Ridge
Groove
Box Shadow:
Outset
Inset
Text Dimension:
Embossed
Letterpress
Letterpress dimensional option will looks good only when combined with the text color that darker than the the button background color.
Default Behaviour Color Stop
Hover Color Stop
Custom Gradient Orientation
×
Portable CSS3 Button Generator :: About Second Revision
Do whatever you can do on this tool. Click on the "Generate CSS" button to get the CSS Code. Put on your template stylesheet. Calling the CSS can be done by writing the HTML code wherever you want like this:
<a class="button" href="#">Button Name</a>
or like this:
<button class="button">Button Name</button>
or like this:
<span class="button">Button Name</span>
or like this:
<input type="button" class="button" value="Button Name" />