Skip to content

Instantly share code, notes, and snippets.

@borisBelloc
Last active June 14, 2020 14:00
Show Gist options
  • Save borisBelloc/d86fc794a962a488016eab6cebd9ef1d to your computer and use it in GitHub Desktop.
Save borisBelloc/d86fc794a962a488016eab6cebd9ef1d to your computer and use it in GitHub Desktop.
Easy way to check bootstrap 4 col, row, container position
[class*="container"] {
// border: 1px solid coral;
}
[class*="row"] {
// border: 1px solid red;
}
[class*="col-"] {
// border: 1px solid yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment