Created
March 10, 2015 15:49
-
-
Save cliftoncanady/9c509448c5b7530d74d6 to your computer and use it in GitHub Desktop.
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
| <div class="skew_appended" style="height: 68.9189189189189px; bottom: -34.4594594594595px;"></div> | |
| skew_appended, .skew_prepended { | |
| background: #ffffff; | |
| } | |
| skew_appended, .skew_prepended { | |
| width: 100%; | |
| position: absolute; | |
| left: 0; | |
| overflow: hidden; | |
| -webkit-transform: skewY(-3.1deg); | |
| -ms-transform: skewY(-3.1deg); | |
| transform: skewY(-3.1deg); | |
| -webkit-backface-visibility: hidden !important; | |
| padding-left: 0 !important; | |
| padding-right: 0 !important; | |
| z-index: 1; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment