From 7cdc4eb28788f19951aa17cdad2ecf9e6d5254d4 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 7 Aug 2024 11:17:42 +0200 Subject: [PATCH] Perspective and glow button --- src/components/Button.astro | 60 +++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 31 +++++++++++++++---- 2 files changed, 85 insertions(+), 6 deletions(-) create mode 100644 src/components/Button.astro diff --git a/src/components/Button.astro b/src/components/Button.astro new file mode 100644 index 0000000..185cba7 --- /dev/null +++ b/src/components/Button.astro @@ -0,0 +1,60 @@ + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index b28d086..162e0ef 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,14 +1,27 @@ --- +import Button from '../components/Button.astro'; import Heading from '../components/Heading.astro'; import Layout from '../layouts/Layout.astro'; ---
-
- - Titre - +
+
+
+ + Titre + + +

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam sint placeat dolores nemo asperiores minus, quam commodi cum?

+ +
+ +
+
+
@@ -21,11 +34,13 @@ import Layout from '../layouts/Layout.astro';
@@ -66,6 +81,10 @@ if (shape || spotlight) {