diff --git a/public/ashley.webp b/public/ashley.webp new file mode 100644 index 0000000..0309630 Binary files /dev/null and b/public/ashley.webp differ diff --git a/src/components/Friendbutton.astro b/src/components/Friendbutton.astro index 4e5161e..d098a0d 100644 --- a/src/components/Friendbutton.astro +++ b/src/components/Friendbutton.astro @@ -2,11 +2,15 @@ const { website, image, name }=Astro.props --- - + + \ No newline at end of file diff --git a/src/components/friends.astro b/src/components/friends.astro index c5f5043..a1a9bdc 100644 --- a/src/components/friends.astro +++ b/src/components/friends.astro @@ -4,7 +4,15 @@ import FriendButton from "../components/Friendbutton.astro"

Friends Sites!

- - + + + + + + + + + +
\ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 5747209..4f4cd13 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,11 +1,11 @@ --- import Layout from "../layouts/Sitelayout.astro"; -import Friends from "../components/friends.astro" -import Socials from "../components/socials.astro" +import Friends from "../components/friends.astro"; +import Socials from "../components/socials.astro"; const pageTitle="home"; --- -

Hi, I'm Stellaluna!

+

Hi, I'm Stellaluna!

diff --git a/src/styles/global.css b/src/styles/global.css index 8434a6e..6f2ba3f 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,7 +1,7 @@ @import url('https://fonts.cdnfonts.com/css/ocr-a-std'); html { - background-color: darkorchid; + background:linear-gradient( to right, purple, rgb(120, 0, 180)); font-style: normal; font-weight: 400; }