Last active
September 7, 2017 01:27
-
-
Save liuxd/f4fd37634d266fdc89ea58f263e2096a to your computer and use it in GitHub Desktop.
[lean.css] 网页倾斜。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 用法:拷贝到对应网页里。 */ | |
| 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