the last challange of css, does not want to go through , can any one help, here is below:.item3 {
background: PaleTurquoise;
grid-area: content;
/* Only change code below this line */
display: grid;
grid-template-columns: auto; 1fr;
/* Only change code above this line */
this is the challenge below: item3 class should have a grid-template-columns property with auto and 1fr as values.
In the future, if you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.