Stuck at level 16 lesson 3
.grid {
display: grid;
background-color: #d6d1f5;
padding: 20px;
grid-template-columns: 50px auto 25%;
grid-template-columns: [start] [line2] [line3] [end];
grid-template-rows: 150px 15% auto;
{
it get me the right output but not able to pass