Skip to content

Instantly share code, notes, and snippets.

@friskfly
Forked from rocketxujia/dabblet.html
Last active December 10, 2015 03:58
Show Gist options
  • Save friskfly/4377412 to your computer and use it in GitHub Desktop.
Save friskfly/4377412 to your computer and use it in GitHub Desktop.
竖排
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<style>
h1 {
width: 1em;
font-size: 40px;
letter-spacing: 40px; /* arbitrary large letter-spacing for safety */
word-wrap:break-word;
}
</style>
</head>
<body>
<h1> Nettuts</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment