diff --git a/xray.css b/xray.css index 8ff4136..79fd619 100644 --- a/xray.css +++ b/xray.css @@ -1,5 +1,10 @@ -body { +html, body { font-family: sans-serif; + width: 100vw; + height: 100vh; + margin: 0; + display: flex; + flex-direction: column; } canvas { @@ -20,9 +25,12 @@ img { #menu { display: flex; + flex: 0 1; flex-direction: row; transition: 0.5s; flex-wrap: wrap; + justify-content: center; + align-items: center; } #menu.start input, @@ -44,3 +52,8 @@ img { .large > input[type=number] { max-width: 72pt; } + +#fill-div { + position: relative; + flex: 1 0; +} \ No newline at end of file diff --git a/xray.html b/xray.html index 959d42f..925f130 100644 --- a/xray.html +++ b/xray.html @@ -35,8 +35,12 @@ - - +