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.
text-align:center soll eigentlich nur die Inhalte der Elemente zentrieren.Das hatte ich schon ausprobiert. mit style="text-align:center" in allen möglichen tags der Tabelle oder Zusatztags gings auch nicht.
#alles {
width : 800px;
margin : auto;
}
<div id="alles">
hier den ganzen Inhalt rein
</div>
body {
text-align : center;
}
body {
text-align : center;
}
#alles {
width : 800px;
margin : auto;
text-align : left;
}