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:
2023-05-22 19:24:46 +01:00
parent 5c832e822a
commit 7b054569a7
4 changed files with 25 additions and 4 deletions

View File

@@ -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;