Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal authored Jul 20, 2024
1 parent 4d5e704 commit 0cd7fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ body {
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
background: linear-gradient(135deg, #7b4397, #dc2430); /* Gradient background */
background: linear-gradient(135deg, #7b4397, #32b1fa, rgb(254, 71, 227)); /* Gradient background */
padding: 40px 20px; /* Add padding for spacing */
border-radius: 10px; /* Rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
Expand Down Expand Up @@ -2872,4 +2872,4 @@ a:hover::after {
.footer__link:hover::after {
width: 100%;
background-color: red;
}
}

0 comments on commit 0cd7fbf

Please sign in to comment.