Files
DoubleSnake/frontend/game/style/mainStyle.css
2025-04-17 10:56:26 +02:00

38 lines
576 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{
background-color: rgba(0, 0, 0, 0.3);
position: absolute;
height: 75vh;
width: 15vw;
border: 5px solid rgba(255, 255, 255, 0.678);
border-radius: 25px;
right: 2.5vw;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}