diff options
author | Anthony Wang | 2024-01-29 13:52:22 -0500 |
---|---|---|
committer | Anthony Wang | 2024-04-13 04:32:07 +0000 |
commit | b94b24ab0d7411cb7f26f2e671ba7ed7d6e99e41 (patch) | |
tree | f8e77c3152fef9967276c5b4176c335ad665d71b /style.css | |
parent | 64e928da30ea9dec47e18da026938ba77bba2590 (diff) |
Spread circles out evenly across path, move stuff to separate file
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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; +} |