@import "createGame.scss"; @import "font.scss"; @import "canvas.scss"; @import "slider.scss"; @import "joinGame.scss"; h1, h2, h3 { margin: 0px; } h1 { font-size: 3em; } h2 { font-size: 2.5em; } h3 { font-size: 2em; } p, span, input, button, u { font-size: 1.7em; } hr { border-color: white; /* height: 3px; */ border: none; height: 3px; background: white; margin: 0px; padding: 0px; } .row { padding: 20px; display: flex; justify-content:space-between; align-items: center; } .row > span { margin-left: 20px; margin-right: 20px; } .leftRight { display: flex; justify-content: center; flex-wrap: wrap; } .centerBar { width: 3px; height: inherit; background: white } .right { display: inline; margin: 40px; /* background: orange; */ } .left { display: inline; margin: 40px; /* background: red; */ } .codeContainer { margin-right: auto; margin-left: auto; margin-top: 20px; margin-bottom: 20px; display: block; position: relative; /* background: red; */ width: 700px; } input { text-align: center; } input[type=button], button, .buttonLink { width: 50%; background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; } input[type=number], input[type=text] { /* width: 100%; */ width: 300px; display: inline-block; padding: 12px 20px; margin: 3px 0; border: none; box-sizing: border-box; background-color: lightgray; } .canvasStack { background: darkslategray; } main { margin-left: auto; margin-right: auto; } .hidden { display: none; } body { text-align: center; background-color: #2c2f33; color: white; }