Skip to content

Commit

Permalink
Merge pull request #99 from FSBM/main
Browse files Browse the repository at this point in the history
making top_navbar with information more clear.
  • Loading branch information
Anu27n authored Oct 11, 2024
2 parents a0961ee + 4bda61a commit d587e85
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,20 @@ body.nav-active {
flex-direction: row;
justify-content: space-between;
justify-items: center;
padding: 20px;
margin-top: -34px;
align-content: center;
align-items: center;
padding: 5px;
margin-top: -20px;
color: rgb(234, 231, 226);

background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 0px 0px 5px 5px;
border:1px solid rgba(255, 255, 255, 0.18);
/* box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
border-bottom: 1px solid rgb(238, 187, 120);
margin-bottom: 10px;
font-family:var(--fontFamily-dm_sans);
}
.separator {
width: 8px;
Expand Down Expand Up @@ -1084,12 +1092,12 @@ body.nav-active {
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 30px;
transition: transform 0.3s ease-in-out;
transition: transform 0.5s ease-in-out;
}

.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}

.service-card .has-before {
Expand Down

0 comments on commit d587e85

Please sign in to comment.