Skip to content

Instantly share code, notes, and snippets.

@khmyznikov
Created December 6, 2013 09:48
Show Gist options
  • Save khmyznikov/7821208 to your computer and use it in GitHub Desktop.
Save khmyznikov/7821208 to your computer and use it in GitHub Desktop.
.Modal:after{
content:url('blackCarrot.png') /* with class ModalCarrot ??*/
position:relative; /*or absolute*/
z-index:100000; /*a number that's more than the modal box*/
left:-50px;
top:10px;
}
.ModalCarrot{
position:absolute;
left:50%;
margin-left:-8px;
top:-16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment