Created
July 25, 2012 03:23
-
-
Save navitronic/3174182 to your computer and use it in GitHub Desktop.
This might work...
This file contains 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
.right-bg{ | |
position: relative; | |
width: 640px; | |
height: 480px; | |
} | |
.right-bg:after{ | |
display: block; | |
position: absolute; | |
right: 10px; | |
z-index: -1; | |
/* dimensions and background etc */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment