Files
DoubleSnake/frontend/game/style/mainStyle.css

50 lines
722 B
CSS

table {
border-spacing: 0;
border-collapse: collapse;
}
td, tr {
margin: 0;
padding: 0;
}
td img {
vertical-align: top;
}
img{
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#infoDiv{
height: 75vh;
width: 15vw;
right: 2.5vw;
}
#scoreDiv{
left: 2.5vw;
height: 60px;
min-width: 230px;
justify-content: space-around;
flex-direction: row;
}
.gameShow{
background-color: rgba(0, 0, 0, 0.3);
position: absolute;
border: 5px solid rgba(255, 255, 255, 0.678);
border-radius: 25px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}