blob: 87dea7601bcb3e83ced7aa46b11155fdc139c934 [file] [edit]
<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>