#212121
1button { 2 background: none; 3 border: none; 4 padding: 15px 15px; 5 border-radius: 10px; 6} 7 8button:hover { 9 background: rgba(170, 170, 170, 0.062); 10 transition: 0.5s; 11} 12 13button svg { 14 color: #fff; 15}
Comments
Variations
1 MIT License