I\'m trying to create a Grid of Tiles with Bootstrap with the following properties:
try below code
body{ background: lightblue; } .container{ margin-top: 20px; } .box{ height: 100px; background: #fff; border-radius: 5px; margin-bottom: 10px; max-width: 100px; }