mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
added firefox support for topbar shadow
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>neon443</title>
|
||||
<link rel="icon" type="image/x-icon" href="./images/main-fav.ico">
|
||||
<link rel="apple-touch-icon" href="./images/app-icon.png">
|
||||
@@ -12,7 +14,7 @@
|
||||
<div id=topbar>
|
||||
<h1 id="topbarTitle">neon443</h1>
|
||||
</div>
|
||||
<div style="height: 50px;"></div><br>
|
||||
<div class="contentPush"></div><br>
|
||||
<p>
|
||||
<b>My Projects</b><br>
|
||||
<b>├─</b> <a href="https://neon443.github.io/musics-info/">Musics info</a><br>
|
||||
@@ -20,6 +22,7 @@
|
||||
<b>└─</b> <a href="https://neon443.github.io/webpage-testing/">Webpage Testing</a><br>
|
||||
<b>  ├─</b> <a href="https://neon443.github.io/webpage-testing/anyshare/">!!anyshare</a><br>
|
||||
<b>  └─</b> <a href="https://neon443.github.io/webpage-testing/sidenav/">Sidenav</a><br>
|
||||
Read more about my projects below.y
|
||||
</p><br>
|
||||
|
||||
<h3><b>Tips:</b></h3>
|
||||
|
||||
17
style.css
17
style.css
@@ -11,14 +11,19 @@ a {
|
||||
#topbar {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
backdrop-filter: blur(2.5px);
|
||||
-webkit-backdrop-filter: blur(2.5px);
|
||||
box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
|
||||
-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
|
||||
-moz-backdrop-filter: blur(2.5px);
|
||||
backdrop-filter: blur(2.5px);
|
||||
-webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
|
||||
width: 100%;
|
||||
}
|
||||
#topbarTitle {
|
||||
|
||||
}
|
||||
.contentPush{
|
||||
height: 60px;
|
||||
}
|
||||
body {
|
||||
background-color: #f2f2f2;
|
||||
@@ -61,9 +66,9 @@ h3 {
|
||||
color: #f2f2f2;
|
||||
}
|
||||
.topbar {
|
||||
box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.4);
|
||||
-webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.4);
|
||||
|
||||
-webkit-box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.5);
|
||||
-moz-box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.5);
|
||||
box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
#transaction {
|
||||
|
||||
Reference in New Issue
Block a user