From 2a613c078817fe404664f962e855fe2f7a0c3859 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 10 Aug 2024 14:08:50 -0400 Subject: [PATCH] update fractals position to show the end --- public/@brooke/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/@brooke/index.html b/public/@brooke/index.html index 91343fe..ff97784 100644 --- a/public/@brooke/index.html +++ b/public/@brooke/index.html @@ -17,8 +17,8 @@ --accent-1: #d182ff; --accent-2: #eb53d3; --background-img: url("/@brooke/bg.webp"); - --banner-top: url("/@brooke/fractal-top.webp"); - --banner-bottom: url("/@brooke/fractal-bottom.webp"); + --banner-top: url("/public/@brooke/fractal-top.webp"); + --banner-bottom: url("/public/@brooke/fractal-bottom.webp"); --text-color: white; --link-color: var(--accent-1); --border: 1px solid black; @@ -40,14 +40,15 @@ .bar-top { height: 150px; background-size: cover; - background-position: center; border: var(--border); } .bar-top { background-image: var(--banner-top); + background-position: center bottom; } .bar-bottom { background-image: var(--banner-bottom); + background-position: center top; } #container { max-width: 750px;