Previous LevelLevel 1Next Level
Level 1 - Instructions:Use grid-template-columns to create 3 equal columns for the fruits
#container {display: grid;gap: 1rem;}
#container {
Max 1 line allowed
}