Skip to content

Instantly share code, notes, and snippets.

@keisei1092
Last active April 8, 2017 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keisei1092/8b0218eaeb3c8781e50548b4eed349ce to your computer and use it in GitHub Desktop.
Save keisei1092/8b0218eaeb3c8781e50548b4eed349ce to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html style="height: 100%;">
<head>
<title>skyline</title>
</head>
<body style="background-color: #F2F2F2; height: 100%; padding-left: 10%; padding-right: 10%;">
<textarea style="
margin: 0;
border: none;
width: 100%;
height: 100%;
color: #384158;
background-color: #F2F2F2;
font-family: 'Yu Mincho';
font-size: 16px;
letter-spacing: .1em;
line-height: 1.7em;
box-sizing: border-box;
-webkit-font-smoothing: subpixel-antialiased;
text-align: justify;
text-shadow: 0px 0px 0px #fff;
/*font-feature-settings: 'palt';*/
writing-mode: vertical-rl;
">
</textarea>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment