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.
<img style="border:10px double #FF7300;" ...
#rahmen img {
margin-bottom:60%;
..
}
<div id="rahmen">
<img src="button2.JPG"/><h3>Hier entsteht der 2te text</h3>
</div>
#rahmen img {
float:right;
}
#rahmen {
-moz-border-radius:5px;
border:1px solid green;
clear:both;
margin-left:400px;
padding:7px;
width:400px;
}
#content {
-moz-border-radius:5px;
border:1px solid green;
margin-left:400px;
padding:7px;
width:400px;
}