summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAnthony Wang2024-01-29 13:52:22 -0500
committerAnthony Wang2024-04-13 04:32:07 +0000
commitb94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 (patch)
treef8e77c3152fef9967276c5b4176c335ad665d71b /style.css
parent64e928da30ea9dec47e18da026938ba77bba2590 (diff)
Spread circles out evenly across path, move stuff to separate file
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 7 insertions, 5 deletions
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;
+}