<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
@keyframes teeter {
0% { transform: rotate(0deg); }
20% { transform: rotate(-2deg); }
40% { transform: rotate(2deg); }
60% { transform: rotate(-1.5deg); }
80% { transform: rotate(1.5deg); }
100% { transform: rotate(0deg); }
}
.pill-button-deal {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 420px;
background: linear-gradient(180deg, #2b86ff 0%, #1573e6 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 17px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #105bb6,
0 14px 30px rgba(0, 0, 0, 0.28);
cursor: pointer;
transition: all 0.2s ease;
animation: teeter 2.8s ease-in-out infinite;
transform-origin: center;
}
.pill-button-deal:hover {
animation-play-state: paused;
transform: translateY(-2px);
box-shadow:
0 6px 0 #105bb6,
0 18px 36px rgba(0, 0, 0, 0.38);
}
.pill-button-deal:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #105bb6,
0 10px 22px rgba(0, 0, 0, 0.28);
}
.pill-button-deal .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button-deal">
CLICK FOR SPECIAL DEAL
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 360px;
background: linear-gradient(180deg, #22b317 0%, #1c9911 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #15750d,
0 14px 30px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #15750d,
0 18px 36px rgba(0, 0, 0, 0.35);
}
.pill-button:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #15750d,
0 10px 22px rgba(0, 0, 0, 0.25);
}
.pill-button .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button">
JOIN OUR FACEBOOK V.I.P.
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 360px;
background: linear-gradient(180deg, #22b317 0%, #1c9911 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #15750d,
0 14px 30px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #15750d,
0 18px 36px rgba(0, 0, 0, 0.35);
}
.pill-button:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #15750d,
0 10px 22px rgba(0, 0, 0, 0.25);
}
.pill-button .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button">
LIVE Q&A SCHEDULE
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 360px;
background: linear-gradient(180deg, #22b317 0%, #1c9911 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #15750d,
0 14px 30px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #15750d,
0 18px 36px rgba(0, 0, 0, 0.35);
}
.pill-button:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #15750d,
0 10px 22px rgba(0, 0, 0, 0.25);
}
.pill-button .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button">
SEND IT RECLAIM
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 360px;
background: linear-gradient(180deg, #22b317 0%, #1c9911 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #15750d,
0 14px 30px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #15750d,
0 18px 36px rgba(0, 0, 0, 0.35);
}
.pill-button:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #15750d,
0 10px 22px rgba(0, 0, 0, 0.25);
}
.pill-button .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button">
FREE - SEND IT CASHBACK
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button-blue {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 360px;
background: linear-gradient(180deg, #1aa0ff 0%, #038ffd 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #026fc6,
0 14px 30px rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button-blue:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #026fc6,
0 18px 36px rgba(0, 0, 0, 0.35);
}
.pill-button-blue:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #026fc6,
0 10px 22px rgba(0, 0, 0, 0.25);
}
.pill-button-blue .icon,
.pill-button-blue .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button-blue">
<span class="icon">$</span>
WALLET LOGIN
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button-indigo {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 420px;
background: linear-gradient(180deg, #3433b3 0%, #272697 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 17px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #1d1c73,
0 14px 30px rgba(0, 0, 0, 0.28);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button-indigo:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #1d1c73,
0 18px 36px rgba(0, 0, 0, 0.38);
}
.pill-button-indigo:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #1d1c73,
0 10px 22px rgba(0, 0, 0, 0.28);
}
.pill-button-indigo .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button-indigo">
BECOME A PASSPASS AMBASSADOR
<span class="arrow">›</span>
</button>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap" rel="stylesheet">
<style>
.pill-button-indigo {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 26px;
min-width: 420px;
background: linear-gradient(180deg, #3433b3 0%, #272697 100%);
color: #ffffff;
font-family: 'Inter', sans-serif;
font-size: 17px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
border: none;
border-radius: 50px;
box-shadow:
0 6px 0 #1d1c73,
0 14px 30px rgba(0, 0, 0, 0.28);
cursor: pointer;
transition: all 0.2s ease;
}
.pill-button-indigo:hover {
transform: translateY(-2px);
box-shadow:
0 6px 0 #1d1c73,
0 18px 36px rgba(0, 0, 0, 0.38);
}
.pill-button-indigo:active {
transform: translateY(2px);
box-shadow:
0 3px 0 #1d1c73,
0 10px 22px rgba(0, 0, 0, 0.28);
}
.pill-button-indigo .arrow {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
}
</style>
</head>
<body>
<button class="pill-button-indigo">
BECOME A PASSPASS GOLD MEMBER
<span class="arrow">›</span>
</button>
</body>
</html>