Join us today and experience the power of AI-powered text creation for yourself!
Blog Post
.button-wrapper {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.fancy-button {
display: inline-block;
padding: 14px 28px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: #fff;
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
border: none;
border-radius: 50px;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.fancy-button:hover {
background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
transform: translateY(-3px);
}
.fancy-button:active {
transform: scale(0.98);
}
.button-wrapper {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.fancy-button {
display: inline-block;
padding: 14px 28px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
color: #fff;
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
border: none;
border-radius: 50px;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.fancy-button:hover {
background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
transform: translateY(-3px);
}
.fancy-button:active {
transform: scale(0.98);
}