note/index.html

31 lines
462 B
HTML
Raw Normal View History

2016-07-24 11:27:22 +00:00
<html>
<head>
<title>...</title>
<style>
body {
margin: 0;
}
textarea {
margin: 0;
background: #FFF7EC;
font-size: 24px;
font-family: Open Sans, sans-serif;
width: 100%;
height: 100%;
border: 0;
resize: none;
box-sizing: border-box;
padding: 35px 50px;
color: #1f1f1f;
}
</style>
</head>
<textarea></textarea>
</html>