|
|
@ -31,16 +31,21 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
/* Style for each div within the grid */
|
|
|
|
/* Style for each div within the grid */
|
|
|
|
.flex-container > div {
|
|
|
|
.flex-container > div {
|
|
|
|
|
|
|
|
|
|
|
|
width: calc(25% - 10px); /* 25% width for each div with 10px gap */
|
|
|
|
width: calc(25% - 10px); /* 25% width for each div with 10px gap */
|
|
|
|
height: 100px; /* Set height as needed */
|
|
|
|
height: 100px; /* Set height as needed */
|
|
|
|
background-color: rgba(51, 51, 51, 0.84); /* Background color */
|
|
|
|
background-color: rgba(51, 51, 51, 0.84); /* Background color */
|
|
|
|
margin-bottom: 10px; /* Add some space at the bottom */
|
|
|
|
margin-bottom: 10px; /* Add some space at the bottom */
|
|
|
|
text-align: center; /* Center text */
|
|
|
|
text-align: left; /* Center text */
|
|
|
|
line-height: 100px; /* Vertically center text */
|
|
|
|
/* Vertically center text */
|
|
|
|
padding: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
min-width: 22vw;
|
|
|
|
min-width: 22vw;
|
|
|
|
min-height: 24vh;
|
|
|
|
min-height: 24vh;
|
|
|
|
text-shadow: 0px 0px 10px #ff7300;
|
|
|
|
text-shadow: 0px 0px 10px #ff7300;
|
|
|
|
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.data {
|
|
|
|
|
|
|
|
padding-left: 1vw;
|
|
|
|
|
|
|
|
}
|