Created
March 22, 2018 16:07
-
-
Save matdave/70e8d5b58738245336c3a43ea4e3b7a6 to your computer and use it in GitHub Desktop.
S&S bg
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
.brandbkg1::before { | |
content: ""; | |
position: absolute; | |
width: 150%; | |
height: 2000px; | |
top: -875px; | |
left: -25%; | |
z-index: -1; | |
background: url('../gfx/mandala.png'); | |
background-size: cover; | |
background-position: center; | |
-webkit-animation: spin 300s linear infinite; | |
-moz-animation: spin 300s linear infinite; | |
animation: spin 300s linear infinite; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment