Answers for "bootstrap col-sm col-md col lg"

3

.col-6 bootstrap

.col-6{
	flex: 0 0 50%;
	max-width: 50%;
}
Posted by: Guest on October-16-2020
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 :) 
*/
Posted by: Guest on November-03-2020

Code answers related to "bootstrap col-sm col-md col lg"

Browse Popular Code Answers by Language