.LikeButton button {
margin: 1rem;
transition: all 0.5s ease;
transform: scale(1);
}
.LikeButton button:hover {
cursor: pointer;
transform: scale(1.25);
filter: brightness(120%);
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter