Published on March 30, 2021 • Updated on June 13, 2024
Check The code I have posted below.
<button>Click Me</button>
button { background: #2f2f2f; border: none; padding: 10px 20px; font-size: 14px; border-radius: 4px; color: #c4c4c4; box-shadow: 1px 1px 5px #000, -1px -1px 5px #6f6f6f, inset 1px 1px 5px #2b2b2b, inset -1px -1px 5px #424242; transition: all 0.1s; } body { background: #2f2f2f; } button:active { box-shadow: 1px 1px 5px #5b5b5b, -1px -1px 5px #000, inset 1px 1px 5px #5b5b5b, inset -1px -1px 5px #000; }
css, html-tutorials
Something wrong or just found a typo? Edit this page on GitHub and make a PR!