#212121
1button { 2 background: #282936; 3 padding: 10px 2rem; 4 outline: 2.5px solid #FEBF00; 5 outline-offset: 3px; 6 border: 0; 7 color: white; 8 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 9 font-size: 1rem; 10 border-radius: 100rem; 11 transition: 0.4s; 12 font-weight: 600; 13} 14 15button:hover { 16 outline-offset: 4.5px; 17 background: #FEBF00; 18 font-size: 1.1rem; 19}
850 views
850 views
Comments
MIT License