Enhance ‘Cachorro Maluco’ HTML Page -- 2
Budget / Salary$250–750
TypeFreelance project
LocationRemote
Posted3 hours ago
Cachorro Maluco
body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: linear-gradient(135deg, #4facfe, #00f2fe);
font-family: Arial, sans-serif;
}
h1 {
color: white;
font-size: 4rem;
text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
animation: balancar 0.5s infinite alternate;
}
@keyframes balancar {
from {
transform: rotate(-5deg) scale(1);
}
to {
transform: rotate(5deg) scale(1.1);
}
}
Cachorro Maluco
body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: linear-gradient(135deg, #4facfe, #00f2fe);
font-family: Arial, sans-serif;
}
h1 {
color: white;
font-size: 4rem;
text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
animation: balancar 0.5s infinite alternate;
}
@keyframes balancar {
from {
transform: rotate(-5deg) scale(1);
}
to {
transform: rotate(5deg) scale(1.1);
}
}
Cachorro Maluco
Apply on Freelancer →
Project sourced from Freelancer.com. Applications happen directly on the original platform — we never collect your data.