#212121
1button { 2 padding: 0.6em 1em; 3 border: 4px solid #fa725a; 4 transition: ease-in-out 0.3s; 5 background-color: transparent; 6 color: #fa725a; 7 font-weight: bolder; 8 font-size: 16px; 9} 10 11button:hover { 12 transform: scale(1.2) rotate(10deg); 13 background-color: #fa725a; 14 color: white; 15}
Comments
MIT License