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 a4771c2 commit 0988f8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -891,9 +891,10 @@

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

border: 1px solid #111a3a;
Expand All @@ -911,9 +912,10 @@
position:absolute;
top:0;
left: 0;
background-color: transparent;

width: 100%;
height: 100%;
height: 250px;
/* border-radius: 30px; */
/* padding:0px;
margin:0px; */
Expand Down

0 comments on commit 0988f8c

Please sign in to comment.