@ -34,7 +34,9 @@
</div>
<div id="right" class="column">
<button class="home-room">Join Public Game</button>
<button class="home-room">New Public Game</button>
<button class="home-room">New Private Game</button>
@ -35,15 +35,29 @@
}
#left {
background-color: red;
display: flex;
flex-direction: column;
width: 60%;
padding: 3em;
#right {
background-color: blue;
justify-content: space-evenly;
align-items: center;
width: 40%;
.home-room {
width: 50%;
padding: 1.5em;
background-color: yellow;
font-family: var(--font);
font-size: 1.4em;
h1 {