type or paste code here
.item3 {
background: PaleTurquoise;
grid-area: content;
/* Only change code below this line */
display: grid;
grid-template-columns: 1fr auto;
/* Only change code above this line */
}
I do not understand why use 1fr and auto?