#e8e8e8
1button { 2 width: 136px; 3 height: 46px; 4 background-color: #19fb9b; 5 border: 1px solid black; 6 border-radius: 6px; 7 cursor: pointer; 8 font-size: 17px; 9 transition: .4s; 10} 11 12button:hover { 13 box-shadow: 5px 6px 0px rgb(0, 0, 0); 14} 15 16 17/*Check it out in light theme :) <3 */
527 views
527 views
Comments
MIT License