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.
<h1>Überschrift</h1>
<p>Text</p>
h1 {
border: 1px solid #000000;
margin: 0px;
padding: 0px;
text-align: center;
}
p {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 20px 0px 30px 20px;
}