Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Created October 26, 2020 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/8f2775ddab62fb4bc8e3bb9b87b34fc1 to your computer and use it in GitHub Desktop.
Save alt-karate/8f2775ddab62fb4bc8e3bb9b87b34fc1 to your computer and use it in GitHub Desktop.
.top_introduction_inner {
background: -webkit-repeating-linear-gradient(
-45deg,
#00a0ea 0,
#00a0ea 11px,
#1aaaec 12px,
#1aaaec 13px
);
background: -o-repeating-linear-gradient(
-45deg,
#00a0ea 0,
#00a0ea 11px,
#1aaaec 12px,
#1aaaec 13px
);
background: repeating-linear-gradient(
-45deg,
#00a0ea 0,
#00a0ea 11px,
#1aaaec 12px,
#1aaaec 13px
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment