Assessment wanted for grid skill task 4

/// GRID CSS
.container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}

.tags {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

///HTML



a single red balloon

  • balloon

  • red

  • sky

  • blue

  • Hot air balloon




balloons over some houses

  • balloons

  • houses

  • train

  • harborside




close-up of balloons inflating

  • balloons

  • inflating

  • green

  • blue




a balloon in the sun

  • balloon

  • sun

  • sky

  • summer

  • bright



Hi @Lenin_Khangjrakpam and welcome to the community :wave:

Congratulations! You correctly solved this task.

If you plan on doing more tasks it would be helpful if you could share your code in an online editor like https://codepen.io/, https://glitch.com or https://jsfiddle.net/. It’s much easier for us if we can see the result and test things out if necessary. Also the forum removes and changes certain code automatically. Thank you :blush:

Have a nice day,
Michael