2016-08-01 15:49:50 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Simple input</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-08-18 16:13:38 +02:00
|
|
|
<form><input id="qute-input"></input></form>
|
2017-02-03 23:32:20 +01:00
|
|
|
With padding:
|
|
|
|
<form><input type="text" style="padding-left: 20px;"></input></form>
|
2016-08-01 15:49:50 +02:00
|
|
|
</body>
|
|
|
|
</html>
|