body { background-color: #45a173; } #deal_side { position: fixed; top: calc(10% + 1.5rem); left: 50%; } #dcard0 { position: fixed; top: calc(10% + 1.5rem); left: 50%; } #dcard1 { position: fixed; top: calc(11.5% + 1.5rem); left: 50.8%; } #discard { position: fixed; top: calc(10% + 1.5rem); left: 40%; } #shoe { position: fixed; top: calc(10% + 1.5rem); left: 70%; } #play_side { position: fixed; top: calc(60% + 1.5rem); left: 50%; } #player { position: fixed; top: calc(57% + 1.5rem); left: 50%; } #pcard0 { position: fixed; top: calc(57% + 1.5rem); left: 50%; } #pcard1 { position: fixed; top: calc(58.5% + 1.5rem); left: 50.8%; } #flop0 { position: fixed; top: calc(35% + 1.5rem); left: 43%; } #flop1 { position: fixed; top: calc(35% + 1.5rem); left: 47%; } #flop2 { position: fixed; top: calc(35% + 1.5rem); left: 51%; } #turn { position: fixed; top: calc(35% + 1.5rem); left: 55%; } #river { position: fixed; top: calc(35% + 1.5rem); left: 59%; } #player1 { position: fixed; top: calc(80% + 1.5rem); left: 10.5%; } #player2 { position: fixed; top: calc(80% + 1.5rem); left: 35.5%; } #player3 { position: fixed; top: calc(80% + 1.5rem); left: 60.5%; } #player4 { position: fixed; top: calc(80% + 1.5rem); left: 85.5%; } .play_buttons{ height: 60px; width: 150px; padding-top: 12px; text-align: center; border: .5px solid #9c0000; background-color: #003200; color: #f9f9f9; transform: translate(-195px,-15px); } .split_buttons{ height: 60px; width: 150px; padding-top: 12px; text-align: center; border: .5px solid #9c0000; background-color: #003200; color: #f9f9f9; transform: translate(-195px,45px); } .bankroll{ height: 30px; width: 60px; padding-top: 12px; text-align: center; border: .5px solid #9c0000; background-color: #003200; color: #f9f9f9; transform: translate(-150px,-45px); } .card1{ transform: translate(15px,-100px); } .card2{ transform: translate(30px,-85px); } .card3{ transform: translate(45px,-70px); } .card4{ transform: translate(60px,-55px); } .card5{ transform: translate(75px,-40px); } .card6{ transform: translate(90px,-25px); } .split_card{ transform: translateX(200px); }