diff --git a/index.html b/index.html index c30d4c4..ffca761 100644 --- a/index.html +++ b/index.html @@ -21,26 +21,13 @@ background-color: #111827; color: #e0e0e0; } - @keyframes subtleFloat { - 0% { - background-position: 0% 0%; - } - 50% { - background-position: 1% 1%; - } - 100% { - background-position: 0% 0%; - } - } - .hero-section { background-color: transparent; background-image: radial-gradient(ellipse at center, #1e293b 0%, #111827 70%), linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); - background-size: 200% 200%, 80px 80px, 80px 80px; - animation: subtleFloat 15s ease-in-out infinite; + background-size: cover, 80px 80px; } .gradient-text { background: linear-gradient(90deg, rgba(96, 206, 245, 0.8) 0%, rgba(225, 114, 117, 0.8) 100%);