#e8e8e8
1button { 2 background: #e999fd; 3 font-family: inherit; 4 padding: 0.6em 1.3em; 5 font-weight: 900; 6 font-size: 18px; 7 border: 3px solid black; 8 border-radius: 0.4em; 9 box-shadow: 0.1em 0.1em; 10} 11 12button:hover { 13 transform: translate(-0.05em, -0.05em); 14 box-shadow: 0.15em 0.15em; 15} 16 17button:active { 18 transform: translate(0.05em, 0.05em); 19 box-shadow: 0.05em 0.05em; 20}
417 views
Variation of abutton
417 views
Variation of abutton
Comments
MIT License