Skip to content

Instantly share code, notes, and snippets.

@rocketxujia
Created December 26, 2012 01:14
Show Gist options
  • Save rocketxujia/4376940 to your computer and use it in GitHub Desktop.
Save rocketxujia/4376940 to your computer and use it in GitHub Desktop.
竖排文案兼容css写法
<!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>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment