Skip to content

Instantly share code, notes, and snippets.

@danielbouman
Created June 13, 2012 11:28
Show Gist options
  • Save danielbouman/2923545 to your computer and use it in GitHub Desktop.
Save danielbouman/2923545 to your computer and use it in GitHub Desktop.
Nilla 2
ul#fotos li.foto16{
position: absolute !important;
top: 201px;
left: -70px;
}
/* Vervangen door: */
ul#fotos li.foto16{
position: absolute !important;
top: 201px;
left: -70px;
z-index: 5;
}
/* Toevoegen: */
.hoekje {
position: absolute;
width: 63px;
height: 67px;
background: #E5257C;
right: 0;
bottom: -67px;
z-index: 4;
}
<li class="foto08"><img src="images/08.jpg" alt="05" /></li>
<!-- Vervangen door: -->
<li class="foto08">
<img src="images/08.jpg" alt="08" />
<div class="hoekje"></div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment