Lisa
Well-known member
Azhria Lilu submitted a new resource:
Breathing Sign Up Button - Give your Sign Up Button a pulse!
Read more about this resource...
Breathing Sign Up Button - Give your Sign Up Button a pulse!
For a demo of what's going on, please look at the sign up button at http://bansheetalk.com
To achieve this is pretty straightforward, go to your EXTRA.CSS and add the following (this one will give you the same Red one as on the demo).
Code:/* SIGN UP BOX */ @-webkit-keyframes redPulse { from { background-color: #bc330d; -webkit-box-shadow: 0 0 9px #333; } 50% { background-color: #e33100; -webkit-box-shadow: 0 0 18px #e33100; } to {...
Read more about this resource...