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.

Revisions

  1. borisBelloc revised this gist Jun 14, 2020. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions bootstrap4_checker.css
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,11 @@
    [class*="container"] {
    /* text-align: center; */
    /* border: 1px solid coral; */
    // border: 1px solid coral;
    }

    [class*="row"] {
    /* border: 1px solid red; */
    // border: 1px solid red;
    }

    [class*="col-"] {
    /* border: 1px solid yellow; */
    // border: 1px solid yellow;
    }
  2. borisBelloc created this gist Sep 26, 2019.
    12 changes: 12 additions & 0 deletions bootstrap4_checker.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    [class*="container"] {
    /* text-align: center; */
    /* border: 1px solid coral; */
    }

    [class*="row"] {
    /* border: 1px solid red; */
    }

    [class*="col-"] {
    /* border: 1px solid yellow; */
    }