Skip to content

Instantly share code, notes, and snippets.

Created July 21, 2016 15:48
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 anonymous/c8dec26e9902b7e27caa35137b32dd0e to your computer and use it in GitHub Desktop.
Save anonymous/c8dec26e9902b7e27caa35137b32dd0e to your computer and use it in GitHub Desktop.
Guilty css
.zone-wrapper {
display: inherit;
border: 2px solid #7076FF;
position: relative;
}
.zone-wrapper:after {
background: #7076FF;
font-weight: normal;
z-index: 10000;
position: absolute;
display: block;
padding: 3px 8px;
font-size: 11px;
content: attr(data-zone);
color: white;
bottom: 0px;
right: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment