bootstrap row-cols-lg-0 code example
Example 1: col-md-6 bootstrap
<div class="col-lg-2 col-md-4 col-sm-3 "> Your Stuffs </div>
/*
col-lg for large
col-md for med
col-sm for small
enjoy :)
*/
Example 2: bootstrap grid class
col-12 col-sm-4 col-md-3 col-lg-12 col-xl-12