#212121
1.button { 2 color: #ecf0f1; 3 font-size: 17px; 4 background-color: #e67e22; 5 border: 1px solid #f39c12; 6 border-radius: 5px; 7 padding: 10px; 8 box-shadow: 0px 6px 0px #d35400; 9 transition: all .1s; 10} 11 12.button:active { 13 box-shadow: 0px 2px 0px #d35400; 14 position: relative; 15 top: 2px; 16}
17K views
17K views
Comments
MIT License