From 7a07cc154c117be7e9da87d2e0d6131216e575ff Mon Sep 17 00:00:00 2001 From: Percen <21pesi1bif@hft-stuttgart.de> Date: Tue, 10 Dec 2024 16:18:32 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 75 +++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 31 deletions(-) diff --git a/public/index.html b/public/index.html index 4acdd37..7d197d3 100644 --- a/public/index.html +++ b/public/index.html @@ -49,6 +49,7 @@ border-radius: 5px; cursor: pointer; transition: background-color 0.3s; + margin: 10px; } button:hover { @@ -59,23 +60,37 @@ background-color: #387a39; } - .footer { + .menu-bar { position: fixed; - bottom: 20px; - font-size: 0.9em; - color: white; + top: 0; + left: 0; + right: 0; + display: flex; + justify-content: center; + background-color: rgba(0, 0, 0, 0.7); + padding: 10px; + z-index: 10; } + .menu-bar button { + background-color: #2196F3; + } + + .menu-bar button:hover { + background-color: #1E88E5; + } + - - - - + +

GeoVis AR Projekt

@@ -83,12 +98,16 @@
- - - -- GitLab