Week 7 - Task 2

Display 10 boxes

Use a for loop to add 10 "boxes" to the container element. A "box" can be an empty div with a class refering to some css that sets the height, width and background-color.

Hints:

Example of how a solution might look like: IMAGE