Skip to content

Commit

Permalink
Update bc.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicMC-Studios authored Oct 21, 2024
1 parent e93ef15 commit 8b06df8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bc.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ h1,h2,h3{
color:gray;
font-style:italic;
}
.main{position:absolute;width:100%;height:100%;margin:0;padding:0;}
/* BG START */
.bg-white,.hover-bg-white:hover{background-color:white;color:black;}
.bg-black,.hover-bg-black:hover{background-color:black;color:white;}
Expand Down Expand Up @@ -103,6 +104,7 @@ h1,h2,h3{
.true-serif{font-family:serif;}
.true-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.left-center{position:absolute;left:50%;transform:translate(-50%);}
.top-center{top:50%;transform:translate(0,-50%);}
.full-width{position:absolute;width:100%;}
.text-left{text-align:left;}
.text-right{text-align:right;}
Expand All @@ -111,3 +113,6 @@ h1,h2,h3{
.no-select{user-select:none;}
.point{cursor:pointer;}
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}

0 comments on commit 8b06df8

Please sign in to comment.