Ad Space - Top Banner (728x90)
Buy Now 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-orange-600 text-white shadow hover:bg-orange-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-orange-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" viewBox="0 0 24 24">
<path d="M7 4V2a1 1 0 0 1 2 0v2h6V2a1 1 0 1 1 2 0v2h1a3 3 0 0 1 3 3v1H3V7a3 3 0 0 1 3-3h1zM3 10h18v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-9zm7 2a1 1 0 1 0-2 0v2H6a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2z"></path>
</svg>
<span class="ml-1 text-white">Buy Now</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">$19</span>
</div>
</button>Buy Now 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-orange-600 text-white shadow hover:bg-orange-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-orange-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" viewBox="0 0 24 24">
<path d="M7 4V2a1 1 0 0 1 2 0v2h6V2a1 1 0 1 1 2 0v2h1a3 3 0 0 1 3 3v1H3V7a3 3 0 0 1 3-3h1zM3 10h18v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-9zm7 2a1 1 0 1 0-2 0v2H6a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2z"></path>
</svg>
<span class="ml-1 text-white">Buy Now</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">$19</span>
</div>
</button>Was this helpful?