Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
Green Button with hover effects
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
Green Button with hover effects
4:59 am, March 21, 2018
Copy of the
yellow button
, changed to green variant.
Code
html
css
js
scripts
html
Green Button
Mmm.. Green?
css
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); a.green-button:hover { margin-top:1px; margin-bottom:0px; box-shadow:0px 0px 2px #96660e; background: #31c34a linear-gradient(#31c34a ,#228e34); } a.green-button { margin-top: 0px; margin-bottom: 1px; display: inline-block; text-decoration: none; background: #2bbd44 linear-gradient(#2bbd44,#2a9c3d); padding: 8px 30px; text-align: center; border-radius: 5px; color: #FFF; font-size: 20px; text-shadow: 0px 1px 2px #146b23; box-shadow: 0px 2px 2px #146b23; font-family: "Open Sans", sans-serif; }
js
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
xlcz0