#e8e8e8
1button { 2 background-color: #1197cc; 3 box-shadow: #094c66 4px 4px 0px; 4 border-radius: 8px; 5 padding: 15px 10px; 6 color: #fff; 7 border: none; 8 font-weight: bold; 9 font-size: 15px; 10 text-transform: uppercase; 11 min-width: 120px; 12 transition: transform 200ms, box-shadow 200ms; 13} 14 15button:active { 16 transform: translateY(4px) translateX(4px); 17 box-shadow: #094c66 0px 0px 0px; 18}
1.4K views
1.4K views
Comments
MIT License