Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created June 21, 2012 08:49
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 chestozo/2964642 to your computer and use it in GitHub Desktop.
Save chestozo/2964642 to your computer and use it in GitHub Desktop.
Untitled
.img {
position: absolute;
background: #FBB;
width: 400px;
height: 80%;
}
.arrow-right {
position: absolute;
right: 0;
top: 50%;
margin-top: -20%;
width: 30px;
height: 40%;
background: green;
opacity: 0.4;
}
<div class="img">
<div class="arrow-right"></div>
</div>
{"view":"separate","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment