Skip to content

Instantly share code, notes, and snippets.

@matdave
Created March 22, 2018 16:07
Show Gist options
  • Save matdave/70e8d5b58738245336c3a43ea4e3b7a6 to your computer and use it in GitHub Desktop.
Save matdave/70e8d5b58738245336c3a43ea4e3b7a6 to your computer and use it in GitHub Desktop.
S&S bg
.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