diff options
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; +} |