<a href="https://check.so" class="btn-shine" target="_blank">Get early access</a>
body
background: black
font-family: 'Poppins', sans-serif
font-smoothing: antialiased;
osx-font-smoothing: grayscale;
.btn-shine
position: absolute
top: 50%
left: 50%
transform: translate(-50%,-50%)
padding: 12px 48px
color: #ffffff
background: linear-gradient(to right, #4d4d4d 0, white 10%, #4d4d4d 20%)
background-position: 0
background-clip: text
text-fill-color: transparent
animation: shine 3s infinite linear
animation-fill-mode: forwards
text-size-adjust: none
font-weight: 600
font-size: 16px
text-decoration: none
white-space: nowrap
@keyframes shine
0%
background-position: 0
60%
background-position: 180px
100%
background-position: 180px
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.