Ad Space - Top Banner (728x90)
Like Button
0 viewsmedium
Background:
1
2
3
4
5
6
7
8
9
10
11
12
<button class="flex overflow-hidden items-center text-sm font-medium bg-pink-600 text-white shadow hover:bg-pink-700 h-9 px-4 py-2 max-w-52 whitespace-pre group relative w-full justify-center gap-2 rounded-md transition-all duration-300 ease-out hover:ring-2 hover:ring-pink-600 hover:ring-offset-2">
<span class="absolute right-0 -mt-12 h-32 w-8 translate-x-12 rotate-12 bg-white opacity-15 transition-all duration-1000 ease-out group-hover:-translate-x-40"></span>
<div class="flex items-center">
<svg class="w-4 h-4 fill-current transition-all duration-300 group-hover:scale-110" viewBox="0 0 24 24">
<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
</svg>
<span class="ml-1 text-white">Like</span>
</div>
<div class="ml-2 flex items-center gap-1 text-sm">
<span class="inline-block tabular-nums tracking-wider font-display font-medium text-white">324</span>
</div>
</button>Like Button
0 viewsmedium
Background:
1
2
3
4
5
6
7
8
9
10
11
12
<button class="flex overflow-hidden items-center text-sm font-medium bg-pink-600 text-white shadow hover:bg-pink-700 h-9 px-4 py-2 max-w-52 whitespace-pre group relative w-full justify-center gap-2 rounded-md transition-all duration-300 ease-out hover:ring-2 hover:ring-pink-600 hover:ring-offset-2">
<span class="absolute right-0 -mt-12 h-32 w-8 translate-x-12 rotate-12 bg-white opacity-15 transition-all duration-1000 ease-out group-hover:-translate-x-40"></span>
<div class="flex items-center">
<svg class="w-4 h-4 fill-current transition-all duration-300 group-hover:scale-110" viewBox="0 0 24 24">
<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path>
</svg>
<span class="ml-1 text-white">Like</span>
</div>
<div class="ml-2 flex items-center gap-1 text-sm">
<span class="inline-block tabular-nums tracking-wider font-display font-medium text-white">324</span>
</div>
</button>Was this helpful?