diff --git a/styles/room.css b/styles/room.css index 63ae76e..b4c95e9 100644 --- a/styles/room.css +++ b/styles/room.css @@ -6,17 +6,21 @@ body { section { display: flex; + padding: 3em; flex-direction: column; - height: 100vh; - width: 50vw; + height: calc(100vh - 6em); } -#right-section { - background-color: aqua; +#left-section { + background-color: white; + width: 70vw; } -#left-section { +#right-section { + display: flex; + justify-content: space-between; background-color: white; + width: 30vw; } button { @@ -24,6 +28,7 @@ button { justify-content: center; align-items: center; padding: 1.2em; + margin-bottom: 1em; background-color: white; border: 0.2rem solid black; border-radius: 0.5em; @@ -32,13 +37,17 @@ button { } #or { + display: flex; + text-align: center; + justify-content: center; font-family: var(--font); font-size: 4rem; font-weight: bolder; color: black; + margin: 1em; } -.sub-title { +.subtitle { font-family: var(--font); font-size: 1.6em; font-weight: bold; @@ -46,4 +55,27 @@ button { input[type="checkbox"] { +} + +.group { + margin-bottom: 5em; +} + +.param { + margin-top: 1em; +} + +#players { + display: flex; + flex-direction: column; +} + +#players span { + margin-top: 1em; + font-size: large; +} + +#start { + bottom: 3vh; + right: 3vw; } \ No newline at end of file diff --git a/views/cards.html b/views/cards.html index eb0ddac..e7ecc45 100755 --- a/views/cards.html +++ b/views/cards.html @@ -115,105 +115,6 @@