Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css">
input, select {
font-family: 'Trebuchet MS';
color: red;
background-color: yellow;
font-size: 15px;
}
</style>
<form name="f">
<input type="text" name="t" />
<select name="s">
<option>one</option>
<option>two</option>
</select>
</form>