how do I use the css file? I am not too famiiar with codes and css files. but I like the button. I put in the HTML code, but the shape is not coming out right because I didn't know where to add the css code?
Fusonix LLC () - 9 years ago - Reply 0
Add
-webkit-transition: 500ms;
-moz-transition: 500ms;
-o-transition: 500ms;
transition: 500ms;
and it's perfect.
Robin Rice () - 9 years ago - Reply 0