Answers for "gridview bootstrap"

5

.row bootstrap

.row{
    display: flex;
    flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}
Posted by: Guest on October-06-2020
1

grid system bootstrap

Extra small  .col-    <576px	
Small  .col-sm- ≥576px	
Medium .col-md- ≥768px	
Large  .col-lg-  ≥992px	
Extra large .col-xl- ≥1200px
Posted by: Guest on June-07-2021

Browse Popular Code Answers by Language