Skip to content

Instantly share code, notes, and snippets.

@NewFuture
Last active September 17, 2019 01:50
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 NewFuture/dc0442156b93feacc8bdc37a49024929 to your computer and use it in GitHub Desktop.
Save NewFuture/dc0442156b93feacc8bdc37a49024929 to your computer and use it in GitHub Desktop.
div {
background:
linear-gradient(45deg, red 25%, transparent 25%),
linear-gradient(125deg, red 25%, transparent 25%);
}
div {
background: linear-gradient(45deg, red 25%, transparent 25%),
linear-gradient(125deg, red 25%, transparent 25%);
}
.repeat-radial {
background: repeating-radial-gradient( circle at bottom left, white, white 10px, red 10px, red 20px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment