<div class="container">
<claps-button color="green"></claps-button>
</div>
body {
margin: 0;
background-color: #21214a;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 300px;
}
// built by stencil
// source code: https://github.com/ArvinH/claps-button
This Pen doesn't use any external CSS resources.