This post is saved as a draft.
#212121
1button { 2 border: none; 3 outline: none; 4 background-color: #6c5ce7; 5 padding: 10px 20px; 6 font-size: 12px; 7 font-weight: 700; 8 color: #fff; 9 border-radius: 5px; 10 transition: all ease 0.1s; 11 box-shadow: 0px 5px 0px 0px #a29bfe; 12} 13 14button:active { 15 transform: translateY(5px); 16 box-shadow: 0px 0px 0px 0px #a29bfe; 17}
Variation of abutton