Generation

css from descriptionFri, 31 Mar 2023

boton

.boton { position: relative; border-radius: 3px; background: linear-gradient(to top, #3ca7d3 0%, #3ca7d3 1%, #3ca7d3 26%, #3ca7d3 26%, #1E90FF 50%, #1E90FF 50%, #1E90FF 75%, #1E90FF 75%, #1E90FF 100%); box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 5px 0 rgba(0,0,0,0.26); cursor: pointer; z-index: 1; padding: 10px 20px; font-family: inherit; font-size: 16px; color: #fff; font-weight: bold; outline: none; } .boton:hover { background: linear-gradient(to top, #1E90FF 0%, #1E90FF 1%, #1E90FF 26%, #1E

Questions about programming?Chat with your personal AI assistant