Created
September 15, 2013 01:29
-
-
Save ffullenk/6567313 to your computer and use it in GitHub Desktop.
sazoot footer css pattern
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
background-color: #026873; | |
background-size: 13px 13px, 29px 29px, 37px 37px, 53px 53px; | |
background-image: -webkit-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%), | |
-webkit-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%), | |
-webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%), | |
-webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%); | |
background-image: -moz-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%), | |
-moz-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%), | |
-moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%), | |
-moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%); | |
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%), | |
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%), | |
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%), | |
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%); | |
-pie-background: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%) 0 0 / 13px, | |
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%) 0 0 / 29px, | |
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%) 0 0 / 37px, | |
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%) 0 0 / 53px, | |
#026873; | |
behavior: url(/pie/PIE.htc); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment