Skip to content

Instantly share code, notes, and snippets.

@Postnov
Created May 29, 2020 03: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 Postnov/a4ebb17bcc81f386004d7e46d81b0142 to your computer and use it in GitHub Desktop.
Save Postnov/a4ebb17bcc81f386004d7e46d81b0142 to your computer and use it in GitHub Desktop.
Bg lines
.bg-lines {
display: block;
width: 100%;
background-image: url('../images/bg-lines.png');
background-size: 100%;
z-index: 1;
position: absolute;
top: 0;
left: 50%;
padding: 20px;
max-width: 1150px;
transform: translateX(-50%);
user-select: none;
pointer-events: none;
opacity: 0.3;
min-height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment