Skip to content

Commit

Permalink
Background gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauranshgoel123 committed May 25, 2024
1 parent 4a6c675 commit 8116f68
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
}

:root {



--color-primary: #6f6af8;

--color-white: #fff;
Expand Down Expand Up @@ -125,7 +128,8 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
/* background-color: #d9dbe6; */
background: rgb(2, 0, 36);
/* background-color: #d9dbe6; */

font-family: "Poppins", sans-serif;
font-size: 1.6;
Expand All @@ -134,7 +138,7 @@ body {
/* overflow: hidden; */
margin: 0;
height: 100vh;
background: linear-gradient(to left, #2c003e , #ff00cc , #000a12 );
background: linear-gradient(14deg, rgba(2,0,36,1) 0%, rgba(196,0,129,1) 11%, rgba(245,0,238,1) 37%, rgba(10,0,79,1) 60%, rgba(0,0,0,1) 70%);

background-repeat: no-repeat;
background-attachment: fixed;
Expand Down

0 comments on commit 8116f68

Please sign in to comment.