Skip to content

Instantly share code, notes, and snippets.

@julzmon
Created September 3, 2014 13:27
Show Gist options
  • Save julzmon/8ccb0b54ce18e84e34f2 to your computer and use it in GitHub Desktop.
Save julzmon/8ccb0b54ce18e84e34f2 to your computer and use it in GitHub Desktop.
Fill background to the left
.class:before {
content: "";
width: 9999px;
background: #000;
position: absolute;
top: 0;
bottom: 0;
right: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment