Skip to content

Instantly share code, notes, and snippets.

@liuxd
Last active September 7, 2017 01:27
Show Gist options
  • Select an option

  • Save liuxd/f4fd37634d266fdc89ea58f263e2096a to your computer and use it in GitHub Desktop.

Select an option

Save liuxd/f4fd37634d266fdc89ea58f263e2096a to your computer and use it in GitHub Desktop.
[lean.css] 网页倾斜。
/* 用法:拷贝到对应网页里。 */
body{
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
padding-top:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment