App-GitKtti
view release on metacpan or search on metacpan
docs/index.html view on Meta::CPAN
}
body::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:
radial-gradient(ellipse at 25% 50%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
radial-gradient(ellipse at 75% 50%, rgba(118, 75, 162, 0.1) 0%, transparent 50%),
radial-gradient(ellipse at 50% 25%, rgba(255, 107, 107, 0.05) 0%, transparent 50%);
z-index: -2;
}
.stars {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
docs/index.html view on Meta::CPAN
margin: 0 auto 2rem;
filter: drop-shadow(0 0 30px rgba(240, 101, 67, 0.6));
animation: float 4s ease-in-out infinite;
}
.hero h1 {
font-size: 5rem;
margin-bottom: 1rem;
text-shadow: 0 0 40px rgba(102, 126, 234, 0.6);
background: linear-gradient(45deg, #667eea, #764ba2, #ff6b6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: float 6s ease-in-out infinite;
font-weight: 900;
letter-spacing: -2px;
}
.hero .subtitle {
font-size: 2rem;
margin-bottom: 2rem;
opacity: 0.9;
docs/index.html view on Meta::CPAN
display: inline-block;
background: linear-gradient(45deg, #667eea, #764ba2);
color: white;
padding: 20px 40px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 1.2rem;
transition: all 0.4s ease;
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
border: 2px solid transparent;
position: relative;
overflow: hidden;
animation: glow 3s ease-in-out infinite;
}
.cta-button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s;
}
.cta-button:hover::before {
left: 100%;
}
.cta-button:hover {
transform: translateY(-5px) scale(1.05);
box-shadow: 0 20px 40px rgba(102, 126, 234, 0.6);
( run in 0.951 second using v1.01-cache-2.11-cpan-39bf76dae61 )