Skip to content

Commit

Permalink
Added Transparent bur feature in nav bar with cursor modified
Browse files Browse the repository at this point in the history
  • Loading branch information
justynigam committed Oct 2, 2024
1 parent d474589 commit 0909ead
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/Retro.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/material_theme_project_new.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ body {
padding: 8px 0px;
height: 60px;
transition: background-color 0.3s, backdrop-filter 0.3s, color 0.3s;
backdrop-filter: blur(10px) brightness(150%);
background-color: rgba(229, 171, 171, 0.5);
backdrop-filter: blur(60px) brightness(150%);
background-color: rgba(210, 97, 97, 0.5);
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
}


Expand Down

0 comments on commit 0909ead

Please sign in to comment.