Skip to content

Commit

Permalink
Update bc.css
Browse files Browse the repository at this point in the history
Add Relative, Add grid fixed classes
  • Loading branch information
ClassicMC-Studios authored Oct 17, 2024
1 parent 039e125 commit c7f5d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bc.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ h1,h2,h3{
/* P & M & F & R END */
/* GRID START */
.grid-2{display: grid;grid-template-columns: auto auto;}
.grid-2-fixed{display:grid;grid-template-columns:50% 50%;}
.grid-3{display: grid;grid-template-columns: auto auto auto;}
.grid-3-fixed{display:grid;grid-template-columns:33.3% 33.3% 33.3%;}
.grid-4{display: grid;grid-template-columns: auto auto auto auto;}
.grid-4-fixed{display: grid;grid-template-columns: 25% 25% 25% 25%;}
/* GRID END */
/* IMAGE START */
.image-fit{
Expand Down Expand Up @@ -100,3 +103,4 @@ h1,h2,h3{
.shadow{box-shadow:0px 0px 10px black;}
.no-select{user-select:none;}
.point{cursor:pointer;}
.relative{position:relative;}

0 comments on commit c7f5d57

Please sign in to comment.