Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
input {
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
border: 0px;
border-color: #000000;
background-color: #333333;}
<style type="text/css">
form
{ padding: 10px; border: 2px solid #000000; }
td, input, select, textarea
{ font-size: 10px; font-family: Verdana; font-weight: bold; }
input, select, textarea
{ color: #000000; }
.Bereich, .Feld
{ background-color: #FFFFFF; width: 300px; border: 2px solid #000000; text-shadow:Gray; text-transform: lowercase; }
</style>
</head>
<body>
<form action="#">
<input type="text" class="Feld">
</form>
<style type="text/css">
.area {
background-color: #CCCCCC;
border: 3px solid #444444; }
</style>
</head>
<body>
<form action="#" method="post">
<textarea class="area" name"text" cols="40" rows="7">Inhalt</textarea>
</form>