.first-item {
width: 340px;
height: 190px;
background-color: #573F4C;
margin-bottom: 20px;
}
.wrapper {
background: #933469;
display: grid;
max-width: 300px;
grid-template: 150px / 300px;
padding: 20px;
place-items: end;
/* margin-top: 150px; // I want to looks like this */
.box {
background-color: #E4C3D1;
width: 100%;
height: 300px;
}
}
.first-item {
width: 340px;
height: 190px;
background-color: #573F4C;
margin-bottom: 20px;
}
.wrapper {
background: #933469;
display: grid;
max-width: 300px;
grid-template: 150px / 300px;
padding: 20px;
place-items: end;
/* margin-top: 150px; // I want to looks like this */
.box {
background-color: #E4C3D1;
width: 100%;
height: 300px;
}
}