Challenge: Couple the Containers
Create a layout containing containers in nested patterns.
We'll cover the following
Problem statement
Run the following code and, using Bootstrap 4, replicate the layout that it produces. Build a layout to display ten blocks in a nested pattern. Additionally, include some text that indicates the container's number.
Build the layout
Now try to do it by yourself. A hint is provided for assistance.