Last active
June 14, 2020 14:00
-
-
Save borisBelloc/d86fc794a962a488016eab6cebd9ef1d to your computer and use it in GitHub Desktop.
Revisions
-
borisBelloc revised this gist
Jun 14, 2020 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,11 @@ [class*="container"] { // border: 1px solid coral; } [class*="row"] { // border: 1px solid red; } [class*="col-"] { // border: 1px solid yellow; } -
borisBelloc created this gist
Sep 26, 2019 .There are no files selected for viewing
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 charactersOriginal 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; */ }