3K views
CSSAdd prefixes
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}
HTML
1<button> MacOS Button 2</button>