diff --git a/styles.css b/styles.css index 6945c59..5e8e107 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,7 @@ body { margin: 0; font-family: 'Nunito', sans-serif; background: linear-gradient(-45deg, #030303, #222222, #030303, #222222); - background-size: 400% 400%; + background-size: 1000% 1000%; animation: gradient 15s ease infinite; color: #fff; text-align: center;