Answers for "offset in bootsrap"

3

bootstrap offset

<div class="col-sm-6 col-sm-offset-3"></div>
Posted by: Guest on March-22-2021
3

col offset in bootstrap

.col-md-3 .offset-md-3
Posted by: Guest on December-16-2020
5

.row bootstrap

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

Browse Popular Code Answers by Language