summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}