blob: ecc1b23f03e5bf958f35e1fa1b583485fbe403dd [file] [log] [blame]
<style>
body {
width: 100%;
height: 100%;
}
#editable {
width: 100%;
height: 400px;
font-size: 400px;
white-space: nowrap;
border: 1px blue dashed;
}
</style>
<div id="editable" contenteditable>Hello world</div>