| <style> | |
| * { | |
| font-size: 20px; | |
| font-family: Monospace; | |
| } | |
| div { | |
| border: 1px solid green; | |
| } | |
| input { | |
| -webkit-appearance: none; | |
| height: 90px; | |
| line-height: 30; | |
| } | |
| </style> | |
| <div>some text<input type="text" placeholder="and more"></div> | |
| <div>some text<input type="text" value="and more"></div> |