Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
#center {
width: 1000px;
min-height: 800px:
height: auto;
position: absolute;
top: 50%;
left: 50%;
margin-left: -500px;
margin-top: -400px;
background-color: white;
border: 3px solid black;
border-color: #292643;
border-radius: 8px;
float: left;
}
#KopfmitButtons {
width: 1000px;
height: 220px;
position: absolute;
/*top: 45%;
left: 50%;
margin-left: -500px;
margin-top: -400px;*/
background-color: #292643;
/*border: 3px solid black;*/
/*border-color: #C6DADA;*/
}
#CenterohneLogo {
position: relative;
width: 1000px;
min-height: 800px:
height: auto;
left: 40.6666667px;
top: 205px;
z-index: 1;
background-position: center;
background-repeat: no-repeat;
background-color: white;
scrolling: auto;
border: 3px solid black;
border-color: #292643;
outline: 0;
overflow: auto;
}
/* /////////////////////////////////////////////////////////////////Anzeige Fenster */
#AnzeigeFenster {
position: relative;
width: 739px;
min-height: 800px:
height: auto;
left: 40.6666667px;
top: 205px;
z-index: 1;
background-position: center;
background-repeat: no-repeat;
background-color: white;
scrolling: auto;
border: 3px solid black;
border-color: #292643;
outline: 0;
overflow: auto;
}
<body id="Body">
<div id="center">
<div id="KopfmitButtons">
<div id="Kopf"><a class="Kopf"> <img src="Bilder/Kopf.jpg" width="1000"
height="179" /> </a></div>
</div>
<!--<div id="CenterohneLogo" class="CenterohneLogo"></div>-->
da es aber schmaler ist wie Center sieht es blöd aus wenn nur der schmale anzeigefenster länger nach unten wird deshalb will ich das sich der Center anpasst habe auch schon probiert noch einen div zu kreieren (Center ohne logo) was aber leider auch nicht funktioniert