Skip to content

Instantly share code, notes, and snippets.

@rohozhnikoff
Created December 26, 2016 22:12
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 rohozhnikoff/ce49fdc086a7e1a5ec7e9f8099835da4 to your computer and use it in GitHub Desktop.
Save rohozhnikoff/ce49fdc086a7e1a5ec7e9f8099835da4 to your computer and use it in GitHub Desktop.
сниппет, для удобства прописывания разметки
.page-main * {
background: rgba(0, 0, 0, .025);
padding: 5px;
margin: 5px;
}
.page-main *:after {
content: attr(class);
font-size: 12px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-style: italic;
font-weight: 100;
color: indigo;
position: absolute;
margin-top: -12px;
visibility: hidden;
background-color: #fff;
}
.page-main *:hover:after {
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment