Skip to content

Commit

Permalink
change background: linear-gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
Irina-anat committed Nov 6, 2023
1 parent 06569d9 commit 57799d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
overflow: auto;
background: linear-gradient(315deg, rgba(48, 238, 226, 1) 68%, rgba(255, 255, 0) 98%);
background: linear-gradient(315deg, rgba(255, 255, 0) 28%, rgba(48, 238, 226, 1) 68%, rgba(255, 255, 0) 88%);
/*rgb(111, 163, 216) 38%,*/
animation: gradient 12s ease infinite;
background-size: 400% 400%;
Expand Down Expand Up @@ -58,7 +58,7 @@
position: fixed;
width: 200%;
height: 12em;
animation: wave 10s -3s linear infinite;
animation: wave 10s linear infinite;
transform: translate3d(0, 0, 0);
opacity: 0.8;
bottom: 0;
Expand All @@ -68,13 +68,13 @@

.wave:nth-of-type(2) {
bottom: -1.25em;
animation: wave 18s linear reverse infinite;
animation: wave 10s linear reverse infinite;
opacity: 0.8;
}

.wave:nth-of-type(3) {
bottom: -2.5em;
animation: wave 20s -1s reverse infinite;
animation: wave 5s -1s reverse infinite;
opacity: 0.9;
}

Expand Down

0 comments on commit 57799d7

Please sign in to comment.