This post is saved as a draft.
#e8e8e8
1.cyberpunk-button { 2 background-color: #2f3640; 3 color: #fff; 4 border: 2px solid #ff7979; 5 border-radius: 5px; 6 padding: 10px 15px; 7 font-size: 18px; 8 text-transform: uppercase; 9 letter-spacing: 2px; 10 font-weight: bold; 11 box-shadow: 2px 2px 10px #ff7979; 12 transition: all 0.2s ease-in-out; 13} 14 15.cyberpunk-button:hover { 16 background-color: #ff7979; 17 color: #2f3640; 18 border-color: #2f3640; 19 box-shadow: 2px 2px 20px #2f3640; 20 transform: translateY(-2px); 21} 22
Variation of abutton
Variation of abutton