Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar authored Oct 27, 2023
1 parent 8fcdc7d commit 6b5316d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ul li{
padding: 10px;
color: azure;
padding: 10px;
color: azure;
color: #000;
/* font-size: 14px; */
transition: all 5ms cubic-bezier(0.24, 0.06, 1, -0.37);
right: 13px;
Expand All @@ -127,6 +127,8 @@ ul li{
li a:hover{
color: #ffffff;
background-color: #b1a60b;
transition: all 1s ease;
right:-20px
}

section {
Expand Down Expand Up @@ -543,8 +545,9 @@ li a:hover{
justify-content: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
top: 64px;
left: 20px;
border-radius: 10px;
background-color: transparent;
backdrop-filter: blur(4px);
width: 100%;
Expand Down

0 comments on commit 6b5316d

Please sign in to comment.