#212121
1.button { 2 background-color: #ffffff00; 3 color: #fff; 4 width: 8.5em; 5 height: 2.9em; 6 border: #3654ff 0.2em solid; 7 border-radius: 11px; 8 text-align: right; 9 transition: all 0.6s ease; 10} 11 12.button:hover { 13 background-color: #3654ff; 14 cursor: pointer; 15} 16 17.button svg { 18 width: 1.6em; 19 margin: -0.2em 0.8em 1em; 20 position: absolute; 21 display: flex; 22 transition: all 0.6s ease; 23} 24 25.button:hover svg { 26 transform: translateX(5px); 27} 28 29.text { 30 margin: 0 1.5em 31}
4.1K views
4.1K views