25 lines
365 B
HTML
25 lines
365 B
HTML
---
|
|
title: textarea
|
|
layout: page
|
|
favicon: gray
|
|
background: gray
|
|
---
|
|
|
|
<style>
|
|
#content textarea {
|
|
font-size: 4vw;
|
|
}
|
|
</style>
|
|
|
|
<div id="content">
|
|
<h1 style="font-size: 5vw;">
|
|
textarea
|
|
</h1>
|
|
<br><br><br>
|
|
<textarea placeholder="Type here." autofocus></textarea>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
This page contains a <code><textarea></code> input.
|
|
</div>
|