Button by Navarog21
#212121
26K views
when i copied the code to codepen doesn't work properly
@1as1ss2aas1ss be sure to add a CSS reset. the simplest one would be: ```* { padding: 0; margin: 0; box-sizing: border-box; } button { font-family: inherit; }```
This is actually very cool
MIT License