App-BlurFill
view release on metacpan or search on metacpan
lib/App/BlurFill/Web.pm view on Meta::CPAN
font-size: 14px;
}
input[type="file"] {
display: block;
width: 100%;
padding: 12px;
border: 2px dashed #667eea;
border-radius: 8px;
background: #f8f9ff;
cursor: pointer;
transition: all 0.3s ease;
}
input[type="file"]:hover {
border-color: #764ba2;
background: #f0f1ff;
}
input[type="number"] {
width: 100%;
lib/App/BlurFill/Web.pm view on Meta::CPAN
button, .button {
width: 100%;
padding: 16px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border: none;
border-radius: 8px;
font-size: 18px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
text-decoration: none;
display: inline-block;
text-align: center;
}
button:hover, .button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(102, 126, 234, 0.5);
( run in 0.759 second using v1.01-cache-2.11-cpan-1d5ca39e368 )