Can someone help me create square divs in HTML 5, similar to the example shown?
I have written this HTML5 Code - what should I include in the CSS file to achieve the desired outcome?
(If Bootstrap can be used, please provide the necessary classes instead of CSS Code)
<div class="container">
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
<div class="square"></div>
....
</div>