diff --git a/index.html b/index.html index 44b078d..773750b 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ ├── EagleCraft
├── webpage-testing
├──
- └──
+ └──

 		


Tips:

diff --git a/style.css b/style.css index 83abc2f..bf4517f 100644 --- a/style.css +++ b/style.css @@ -12,6 +12,9 @@ a{ 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); width: 100%; } body{ @@ -55,6 +58,12 @@ h3{ background-color: #1C1C1E; color: #f2f2f2; } + .topbar{ + box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25); + -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25); + + } + #transaction { background-color: #222222; }