fixed pipes

plus removed bg color, and weakend blur
This commit is contained in:
2023-05-21 14:37:02 +01:00
parent 3eca879608
commit 4d67fbbc1f
2 changed files with 6 additions and 6 deletions

View File

@@ -11,10 +11,11 @@
<br> <br>
<p> <p>
<b>My Projects</b><br> <b>My Projects</b><br>
<b>┠━</b> <a href="https://neon443.github.io/Musics-info/">Musics-info</a><br> <b>├──</b> <a href="https://neon443.github.io/Musics-info/">Musics-info</a><br>
<b>┠━</b> <a href="https://neon443.github.io/eagle-craft/">EagleCraft</a><br> <b>├──</b> <a href="https://neon443.github.io/eagle-craft/">EagleCraft</a><br>
<b>┠━</b> <a href="https://neon443.github.io/webpage-testing/">webpage-testing</a><br> <b>├──</b> <a href="https://neon443.github.io/webpage-testing/">webpage-testing</a><br>
<b></b> <b>├──</b><br>
<b>└──</b><br>
</p> </p>
<br> <br>
<h3><b>Tips:</b></h3> <h3><b>Tips:</b></h3>

View File

@@ -11,8 +11,7 @@ a{
.topbar{ .topbar{
position: fixed; position: fixed;
top: 0px; top: 0px;
background-color: rgba(0, 0, 0, 0.25); backdrop-filter: blur(2.5px);
backdrop-filter: blur(5px);
width: 100%; width: 100%;
} }
body{ body{