mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
added script.js and web manifest for pwa
also made div for top nav and added a css id for topbarTitle currnetly empty
This commit is contained in:
@@ -8,7 +8,7 @@ b {
|
||||
a {
|
||||
color: #007AFF
|
||||
}
|
||||
.topbar {
|
||||
#topbar {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
backdrop-filter: blur(2.5px);
|
||||
@@ -16,6 +16,9 @@ a {
|
||||
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);
|
||||
width: 100%;
|
||||
}
|
||||
#topbarTitle {
|
||||
|
||||
}
|
||||
body {
|
||||
background-color: #f2f2f2;
|
||||
|
||||
Reference in New Issue
Block a user