From 698d5e74be8e56a5551709dccc02c8d8e7ebaa32 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Tue, 6 Aug 2024 21:53:24 -0500 Subject: style: create shadow content --- src/components/List.astro | 10 +++++++++- src/components/Shadow.astro | 40 ++++++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 6 +++++- 3 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 src/components/Shadow.astro (limited to 'src') diff --git a/src/components/List.astro b/src/components/List.astro index 01998f9..d260e17 100644 --- a/src/components/List.astro +++ b/src/components/List.astro @@ -11,4 +11,12 @@ import Link from "./Link.astro"; - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/Shadow.astro b/src/components/Shadow.astro new file mode 100644 index 0000000..44344f6 --- /dev/null +++ b/src/components/Shadow.astro @@ -0,0 +1,40 @@ +
+ +
+ + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 05f6222..088597a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,20 +2,24 @@ import Layout from '../layouts/Layout.astro'; import Profile from '../components/Profile.astro'; import List from '../components/List.astro'; +import Shadow from '../components/Shadow.astro' ---
+
-- cgit v1.2.3