#e8e8e8
1button { 2 font-family: inherit; 3 border: none; 4 outline: 1px dotted rgb(37, 37, 37); 5 outline-offset: -4px; 6 background: hsl(0deg 0% 75%); 7 box-shadow: inset -1px -1px #292929, inset 1px 1px #fff, inset -2px -2px rgb(158, 158, 158), inset 2px 2px #ffffff; 8 font-size: 14px; 9 text-transform: uppercase; 10 letter-spacing: 2px; 11 padding: 5px 30px; 12} 13 14button:active { 15 box-shadow: inset -1px -1px #fff, inset 1px 1px #292929, inset -2px -2px #ffffff, inset 2px 2px rgb(158, 158, 158); 16}
19K views
19K views
Comments
1omriluz 24. October at 13:03
24. October at 13:03
Haha really throws me back to the old windows days
Variations
1 MIT License