Logos und ein bisschen Layout

This commit is contained in:
2026-04-27 22:43:17 +02:00
parent 0a6b638004
commit 8a9911c28c
5 changed files with 120 additions and 28 deletions

View File

@@ -2,8 +2,49 @@ body {
padding: 0;
}
#title {
text-align: center;
font-size:xx-large;
font-family:'Trebuchet MS';
font-weight: bold;
width: 50%;
padding: 15px;
margin: auto;
}
h1 {
font-family:'Trebuchet MS';
margin: 0;
text-align: center;
}
#logoJadeHs{
position: fixed;
top: 1%;
right: 10%;
width: 128px;
height: 69px;
transform-origin: center center;
z-index: 0;
}
#logoLbeg{
position: fixed;
top: 1%;
right: 1%;
width: 128px;
height: 69px;
transform-origin: center center;
z-index: 0;
}
#map {
width: 85%;
height: 90%;
position: fixed;
right: 0%;
bottom: 0%;
}