Last active
June 14, 2020 14:00
-
-
Save borisBelloc/d86fc794a962a488016eab6cebd9ef1d to your computer and use it in GitHub Desktop.
Easy way to check bootstrap 4 col, row, container position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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