diff --git a/src/pages/index.astro b/src/pages/index.astro index e67e616..b28d086 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,13 +10,23 @@ import Layout from '../layouts/Layout.astro'; Titre -
-
-
+
+
+
-
- +
+
+
+
+ +
+ @@ -32,16 +42,26 @@ import Layout from '../layouts/Layout.astro'; @@ -51,14 +71,15 @@ if (shape) { rotate: 0deg; } 50% { - scale: 1 1.5; + scale: 1 1.2; } to { rotate: 360deg; } } -#shape-filter { +#shape-filter, +#spotlight-filter { height: 100%; width: 100%; position: absolute; @@ -66,7 +87,8 @@ if (shape) { backdrop-filter: blur(12vmax); } -#shape { +#shape, +#spotlight { height: 30vmax; position: absolute; left: 50%; @@ -74,9 +96,6 @@ if (shape) { translate: -50% -50%; border-radius: 50%; aspect-ratio: 1; -} - -#shape { - animation: shape-spin 17s infinite; + animation: shape-spin 13s infinite; } \ No newline at end of file