cssom
Version:
CSS Object Model implementation and CSS parser
33 lines • 471 B
HTML
<html>
<head>
<title></title>
<style>
html {
background: #EEE;
height: 100%;
}
body {
height: 100%;
margin: 0;
}
div {
display: inline-block;
width: 33%;
height: 100%;
vertical-align: top;
}
textarea {
height: 99%;
width: 99%;
border: 0;
margin: 1px auto 0;
padding: 0;
}
</style>
</head>
<body>
<div><textarea>234</textarea></div><div><textarea>234</textarea></div><div><pre></pre></pre></div>
</div>
</body>
</html>