Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AmulyaJain2004 authored Sep 22, 2024
1 parent 2ea60a9 commit 10d34c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CSS/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,18 @@ header {
}

.top-nav a:hover {
color: white;
font-weight: bold;
}

.bottom-nav {
background-color: rgba(255, 255, 255, 0.2);
padding: 15px;
padding: 25px;
background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,0,0,1));
background: linear-gradient(90deg, rgba(239, 241, 244, 0.3) 0%, rgba(249, 169, 26, 0.3) 30%, rgba(235, 14, 88, 0.3) 60%, rgba(63, 145, 193, 0.3) 90%);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


Expand Down

0 comments on commit 10d34c5

Please sign in to comment.