Can this result be achieved using the Layout Grid?
I want your items in a row to have different heights.
.contenedor {
height: 100vh;
width: 100vw;
background-color: rgb(192,192,192);
margin: 10px;
border: 1px solid bla...
I need to locate the text that is framed in yellow, inside the photo, that is container-2. Even though I put:
.container-2 h3{
grid-column: 2 / 3;
grid-row: 2;
}
The h3 nor the paragraph move from place to inside the...