应用截图

CSS3 Generator截图1
CSS3 Generator截图2
CSS3 Generator截图3
CSS3 Generator截图4
CSS3 Generator截图5

详细介绍

A handy generator for all of your CSS3 needs from within the browser

CSS3 Generator is a handy extension that will create the code you need for your CSS. It currently generates cross-browser (as far as possible) code for the following CSS3 properties:
- Text Shadow
- NEW, multiple shadows can now be added
- Hex/RGBA
- Transforms
- Border Radius
- Box Shadow
- NEW, multiple shadows can now be added
- NEW, box shadows can be set to inset
- Columns
- Gradients
- Linear
- Radial
- Striped (NEW!)
- Arrows (for tooltips etc)

More features are also on the way and things will be kept up-to-date as standards change and rearrange.

Each section has handy sliders (where applicable) to select the desired values for each CSS propery and for gradients you can quickly and easily add and remove color-stops to create your perfect gradient!

All that's left to do is copy the generated code into your CSS and you're done!

If you'd like to see a CSS3 feature added please send some feedback. There is a support site if you have any issues, or find a bug.

Latest Changes
--------------

v 1.0.5
-----------

- Fixed a bug in Chrome that means the change event doesn't fire for sliders. Added a fix so that now all sliders will update in real time as they are changed.

v 1.0.4
-----------

- Annoyingly something has changed in Chrome that means the change event doesn't fire when the value of the slider changes, but rather when the mouseup event fires. Sliders will update the values, but only when you let go of the mouse.
- Updated the RGBa < - > converter so that RGB values update the hex. A change is coming to CSS soon that may see opacity added as an extra two characters in hexadecimal values. I'll update if this ever gets released.
- Also added the alpha portion of the RGBa to the example colour. It will now fade out as you add more alpha (opacity) to the colour.
- Can now set box shadows as inset.
- Some bug fixes and optimisations.

v 1.0.3
-----------

- added striped gr