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 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 src/components/Shadow.astro (limited to 'src/components') 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 -- cgit v1.2.3