Added show/hide controls with animations and hover zone.

This commit was merged in pull request #6.
This commit is contained in:
2026-01-28 00:48:24 +01:00
parent 6349d77723
commit 5e25e9736f
5 changed files with 140 additions and 7 deletions

View File

@@ -3,6 +3,11 @@
src: url('assets/Comfortaa-VariableFont_wght.ttf');
}
html, body {
height: 100%;
overflow-y: hidden;
}
body {
padding: 0;
margin: 0;
@@ -32,7 +37,7 @@ body {
}
.generator {
margin: 1em;
margin: 0 1em 2em 1em;
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 0, 38, 135, 0.37 );
border-radius: 3px;