Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
totaro committed Jan 15, 2024
1 parent 0988f8c commit 07667f3
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -890,19 +890,12 @@


.animatedBackground{
/* background-color: blue; */
/* background-color: #111a3a; */
background-color: blue;
background-color: blue;
width: 100%;
height: 250px;
/* border-radius: 30px; */

border: 1px solid #111a3a;
border: 1px solid #111a3a;
border-radius: 10px;
/* border: 1px solid white; */


display: flex;
display: flex;
align-items: center;
justify-content: center;
animation: 15s ease-in-out infinite backgroundChange;
Expand All @@ -913,15 +906,9 @@
top:0;
left: 0;
background-color: transparent;

width: 100%;
width: 100%;
height: 250px;
/* border-radius: 30px; */
/* padding:0px;
margin:0px; */
/* border: 1px solid white; */

border: 1px solid #111a3a;
border: 1px solid #111a3a;
border-radius: 10px;
background: linear-gradient(to left,#ffffff63,#ffffff33);

Expand All @@ -937,7 +924,7 @@
border: 0px solid #111a3a;
border-radius: 12px;
overflow: hidden;
/* border: 1px solid white; */

}

.squares li{
Expand Down

0 comments on commit 07667f3

Please sign in to comment.