Button by andrew-demchenk0
#e8e8e8
1.button { 2 display: flex; 3 justify-content: center; 4 align-items: center; 5 width: 60px; 6 height: 60px; 7 border-radius: 100%; 8 border: none; 9 background-color: #FF2849; 10} 11 12.button:hover { 13 background-color: #e52441; 14}
905 views
905 views
Comments
MIT License