|
|
@ -3,7 +3,7 @@ body {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.grid-container {
|
|
|
|
/*.grid-container {
|
|
|
|
display: inline-grid;
|
|
|
|
display: inline-grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
grid-column-gap: 5px;
|
|
|
|
grid-column-gap: 5px;
|
|
|
@ -24,8 +24,40 @@ body {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
z-index: 5;
|
|
|
|
z-index: 5;
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.grid-container {
|
|
|
|
|
|
|
|
display: grid;
|
|
|
|
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
|
|
|
grid-column-gap: 50px;
|
|
|
|
|
|
|
|
grid-row-gap: 100px;
|
|
|
|
|
|
|
|
/* grid-auto-flow: dense;*/
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 25%;
|
|
|
|
|
|
|
|
width: 90%;
|
|
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
left: 5%;
|
|
|
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
text-align: : center;
|
|
|
|
|
|
|
|
z-index: 5;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.grid-container > div {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
z-index: 5;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.thumbborder {
|
|
|
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.img {
|
|
|
|
.img {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
border-style: hidden hidden solid hidden;
|
|
|
|
border-style: hidden hidden solid hidden;
|
|
|
@ -50,5 +82,6 @@ body {
|
|
|
|
width: 300px;
|
|
|
|
width: 300px;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
border-style: hidden;
|
|
|
|
border-style: hidden;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|