Skip to content

Instantly share code, notes, and snippets.

@ronanmccoy
Last active April 27, 2017 07:27
Show Gist options
  • Save ronanmccoy/a6c15fcf00d48860a07b899ddfbad4ea to your computer and use it in GitHub Desktop.
Save ronanmccoy/a6c15fcf00d48860a07b899ddfbad4ea to your computer and use it in GitHub Desktop.
Color Bootstrap Grid
div[class="row"] {
border: 1px dotted rgba(0, 0, 0, 0.5);
}
div[class^="col-"] {
background-color: rgba(255, 0, 0, 0.2);
border:1px dotted yellow;
}
* {
border: 1px dashed blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment