![](/assets/logo-png-BXFOQKfc.png)
Button by NANavarog21
26K
940
#212121
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; }```
MIT License