I am attempting to design a three-color column layout using Bootstrap without any text.
I have successfully created the columns with the desired colors, but I am facing an issue regarding how to remove the text without affecting the size of the columns. Whenever I delete the text, the columns shrink in size.
<div class="row">
<div class="col-xs-4" style="background-color:#ACE0F8;">.col-sm-
4</div>
<div class="col-xs-4" style="background-color:#9487BF;">.col-sm-
4</div>
<div class="col-xs-4" style="background-color:#5C7795;">.col-sm-
4</div>
</div>`