Skip to content

Instantly share code, notes, and snippets.

@mishelen
Last active August 29, 2015 14:05
Show Gist options
  • Save mishelen/87a2ef6e8deb738f4310 to your computer and use it in GitHub Desktop.
Save mishelen/87a2ef6e8deb738f4310 to your computer and use it in GitHub Desktop.
градиент для вертикального ритма
.container {
background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, transparent 3%, transparent 100%) !important;
background-position: left top;
background-repeat: repeat;
background-size: $line-height $line-height;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment