From b94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 29 Jan 2024 13:52:22 -0500 Subject: Spread circles out evenly across path, move stuff to separate file --- style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9a92d18..0c2ca9d 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,4 @@ body { -/* background-image: url("catgirl.png"); */ - background-size: auto 100vh; - background-position: center; - background-repeat: no-repeat; - background-attachment: fixed; overflow-y: hidden; overflow-x: hidden; touch-action: manipulation; @@ -52,3 +47,10 @@ div { background-color: #007bff; transition: transform 1000ms ease-in-out, opacity 1000ms ease-in-out; } + +img { + display: block; + margin-left: auto; + margin-right: auto; + height: 100vh; +} -- cgit v1.2.3-70-g09d2