Created
September 3, 2014 13:27
-
-
Save julzmon/8ccb0b54ce18e84e34f2 to your computer and use it in GitHub Desktop.
Fill background to the left
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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