Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created January 17, 2017 06:32
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 conanak99/fef6386cc0e852cc17492c931945ad52 to your computer and use it in GitHub Desktop.
Save conanak99/fef6386cc0e852cc17492c931945ad52 to your computer and use it in GitHub Desktop.
/* Styles go here */
.source-image {
position: relative;
display: inline-block;
}
.idol-face {
position: absolute;
text-align: left;
width: 0;
height: 0;
border: 2px #009c95 solid;
cursor: pointer;
}
.idol-name {
color: #f26202;
min-width: 100px;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment