initial commit
This commit is contained in:
commit
8d7926e55e
30
index.html
Normal file
30
index.html
Normal file
@ -0,0 +1,30 @@
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user