Skip to content

Kristiansky/Responsive-margins-and-paddings-bootstrap-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Responsive-margins-and-paddings-bootstrap-3

The bootstrap.css file contains the GRID LAYOUT OF BOOTSTRAP 3 ONLY!

<link rel="stylesheet" type="text/css" href="/path/to/css/margins-and-paddings.css"/>

Example:

<div class="row">

<div class="col-xs-12 col-md-6 m-xs-10 m-md-5">

</div>

<div class="col-xs-12 col-md-6 m-xs-10 m-md-5">

</div>

</div>


Breakpoints are as follows:

.m-xs-??

.p-xs-??

@media (min-width: 768px) {

.m-sm-??

.p-sm-??

}

@media (min-width: 992px) {

.m-md-??

.p-md-??

}

@media (min-width: 1200px) {

.m-lg-??

.p-lg-??

}

About

Responsive Margins and Paddings for Bootstrap 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages