#e8e8e8
1button { 2 width: 150px; 3 padding: 4px 12px; 4 border: none; 5 border-radius: 7px; 6 background: linear-gradient(#4faefc,#006bff); 7 color: #fff; 8 font-size: 17px; 9 font-family: sans-serif; 10} 11 12button:focus { 13 background: linear-gradient(#44aefc,#026bff); 14 outline: 3px solid #4faefc; 15}
3.6K views
3.6K views
Comments
MIT License