Skip to content

Commit

Permalink
Palle XXV
Browse files Browse the repository at this point in the history
  • Loading branch information
G1gg4N1qq4 committed Feb 25, 2024
1 parent d96b114 commit 9aa407a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,8 @@ main{z-index: 0;}
/* width: 100%; max-width: 2000px; */
/* border: 1px solid red; */
background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,1) 0%, rgba(60,60,60,0) 100%);
transition: 0.3s;
transition-timing-function: ease;
justify-content: center;
/* width: 100%; */
/* position: absolute; */
Expand Down Expand Up @@ -995,6 +997,8 @@ main{z-index: 0;}
left: 200px;
justify-content: center;
align-items: center;
transition: 0.3s;
transition-timing-function: ease;
/* right: 50%; */
z-index: 1;
}
Expand Down

0 comments on commit 9aa407a

Please sign in to comment.